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 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
render_view_messages.h 29 IPC_STRUCT_TRAITS_MEMBER(anchor_text)
  /external/chromium_org/ui/base/clipboard/
scoped_clipboard_writer.h 52 // Adds an html hyperlink (<a href>) to the clipboard. |anchor_text| and
54 void WriteHyperlink(const base::string16& anchor_text,
scoped_clipboard_writer.cc 71 void ScopedClipboardWriter::WriteHyperlink(const base::string16& anchor_text,
73 if (anchor_text.empty() || url.empty())
80 html.append(net::EscapeForHTML(base::UTF16ToUTF8(anchor_text)));
  /external/chromium_org/android_webview/renderer/
aw_render_view_ext.cc 248 data.anchor_text = element.innerText();
278 data.anchor_text = result.urlElement().innerText();
  /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 57 milliseconds