Searched refs:hitType (Results 1 – 11 of 11) sorted by relevance
128 …HitTestResult(const std::string& extraData, int hitType) : extraData_(extraData), hitType_(hitType… in HitTestResult() argument147 void SetHitType(int hitType) in SetHitType() argument149 hitType_ = hitType; in SetHitType()
164 int ConverToWebHitTestType(int hitType);
390 int WebviewControllerImpl::ConverToWebHitTestType(int hitType) in ConverToWebHitTestType() argument393 switch (hitType) { in ConverToWebHitTestType()
399 int ConverToWebHitTestType(int hitType);
754 int WebviewController::ConverToWebHitTestType(int hitType) in ConverToWebHitTestType() argument757 switch (hitType) { in ConverToWebHitTestType()
1063 int ConverToWebHitTestType(int hitType);
1453 int WebDelegate::ConverToWebHitTestType(int hitType) in ConverToWebHitTestType() argument1456 switch (hitType) { in ConverToWebHitTestType()
8628 let hitType = this.controller.getHitTest()8629 console.log("hitType: " + hitType)
3153 console.log("hitType: " + hitValue.type);
8624 let hitType = this.controller.getHitTest()8625 console.log("hitType: " + hitType)