Searched defs:anchor_text (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/android_webview/common/
H A Daw_hit_test_data.h25 // 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/ui/base/clipboard/
H A Dscoped_clipboard_writer.cc71 void ScopedClipboardWriter::WriteHyperlink(const base::string16& anchor_text, argument
73 if (anchor_text.empty() || url.empty())
80 html.append(net::EscapeForHTML(base::UTF16ToUTF8(anchor_text)));
/external/chromium_org/android_webview/native/
H A Daw_contents.cc841 ScopedJavaLocalRef<jstring> anchor_text; local
842 if (data.anchor_text.length())
843 anchor_text = ConvertUTF16ToJavaString(env, data.anchor_text);
854 anchor_text.obj(),

Completed in 117 milliseconds