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

  /external/chromium_org/android_webview/common/
aw_hit_test_data.h 25 // string in the href attribute, and |anchor_text|i and |img_src| contain
38 // and |anchor_text| will be empty. |img_src| will contain the absolute
44 // of the link. |anchor_text| will contain the anchor text if the link is
57 // source. |href| will be the valid absolute url of the link. |anchor_text|
70 base::string16 anchor_text; member in struct:android_webview::AwHitTestData
  /external/chromium_org/android_webview/native/
aw_contents.cc 841 ScopedJavaLocalRef<jstring> anchor_text; local
842 if (data.anchor_text.length())
843 anchor_text = ConvertUTF16ToJavaString(env, data.anchor_text);
854 anchor_text.obj(),
    [all...]

Completed in 1642 milliseconds