HomeSort by relevance Sort by last modified time
    Searched defs:HitTestResult (Results 1 - 17 of 17) sorted by null

  /external/webkit/Source/WebKit/chromium/src/android/
WebHitTestInfo.cpp 30 #include "HitTestResult.h"
45 : m_private(new HitTestResult(testInfo))
79 WebHitTestInfo::WebHitTestInfo(const HitTestResult& result)
81 m_private.reset(new HitTestResult(result));
84 WebHitTestInfo& WebHitTestInfo::operator=(const HitTestResult& result)
86 m_private.reset(new HitTestResult(result));
90 WebHitTestInfo::operator HitTestResult() const
  /frameworks/opt/mailcommon/java/com/android/mailcommon/
WebViewContextMenu.java 149 WebView.HitTestResult result = webview.getHitTestResult();
156 case WebView.HitTestResult.UNKNOWN_TYPE:
157 case WebView.HitTestResult.EDIT_TEXT_TYPE:
182 type == WebView.HitTestResult.PHONE_TYPE);
184 type == WebView.HitTestResult.EMAIL_TYPE);
186 type == WebView.HitTestResult.GEO_TYPE);
188 type == WebView.HitTestResult.SRC_ANCHOR_TYPE
189 || type == WebView.HitTestResult.SRC_IMAGE_ANCHOR_TYPE);
193 case WebView.HitTestResult.PHONE_TYPE:
236 case WebView.HitTestResult.EMAIL_TYPE
    [all...]
  /external/webkit/Source/WebCore/rendering/
HitTestResult.cpp 22 #include "HitTestResult.h"
53 HitTestResult::HitTestResult()
63 HitTestResult::HitTestResult(const IntPoint& point)
74 HitTestResult::HitTestResult(const IntPoint& centerPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding)
90 HitTestResult::HitTestResult(const HitTestResult& other
    [all...]
HitTestResult.h 46 class HitTestResult {
50 HitTestResult();
51 HitTestResult(const IntPoint&);
53 HitTestResult(const IntPoint& centerPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
54 HitTestResult(const HitTestResult&);
55 ~HitTestResult();
56 HitTestResult& operator=(const HitTestResult&);
118 void append(const HitTestResult&)
    [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java 350 public static class HitTestResult {
352 * Default HitTestResult, where the target is unknown.
361 * HitTestResult for hitting a phone number.
365 * HitTestResult for hitting a map address.
369 * HitTestResult for hitting an email address.
373 * HitTestResult for hitting an HTML::img tag.
382 * HitTestResult for hitting a HTML::a tag with src=http.
386 * HitTestResult for hitting a HTML::a tag with src=http + HTML::img.
390 * HitTestResult for hitting an edit text area.
400 public HitTestResult() {
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 209 milliseconds