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

  /external/chromium_org/android_webview/common/
aw_hit_test_data.h 24 // otherwise be type an LINK type, |href|, |anchor_text|, |img_src| contain
37 // and |anchor_text| will be empty. |img_src| will contain the absolute
43 // |href| will contain the exact href attribute string. |anchor_text| will
56 // link href attribute. |anchor_text| will be empty.
69 string16 anchor_text; member in struct:android_webview::AwHitTestData
render_view_messages.h 29 IPC_STRUCT_TRAITS_MEMBER(anchor_text)
  /external/chromium_org/ui/base/clipboard/
scoped_clipboard_writer.h 53 // Adds an html hyperlink (<a href>) to the clipboard. |anchor_text| should
55 void WriteHyperlink(const string16& anchor_text, const std::string& url);
scoped_clipboard_writer.cc 73 void ScopedClipboardWriter::WriteHyperlink(const string16& anchor_text,
75 if (anchor_text.empty() || url.empty())
82 html.append(UTF16ToUTF8(anchor_text));
  /external/chromium_org/android_webview/renderer/
aw_render_view_ext.cc 280 data.anchor_text = element.innerText();
310 data.anchor_text = result.urlElement().innerText();
  /external/chromium_org/android_webview/native/
aw_contents.cc 681 ScopedJavaLocalRef<jstring> anchor_text; local
682 if (data.anchor_text.length())
683 anchor_text = ConvertUTF16ToJavaString(env, data.anchor_text);
694 anchor_text.obj(),
    [all...]

Completed in 1107 milliseconds