Searched defs:img_src (Results 1 - 2 of 2) 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
45 // an anchor tag. |img_src| will be empty.
55 // Same as SRC_LINK_TYPE except the link contains an image. |img_src| and
71 GURL img_src; member in struct:android_webview::AwHitTestData
/external/chromium_org/android_webview/native/
H A Daw_contents.cc845 ScopedJavaLocalRef<jstring> img_src; local
846 if (data.img_src.is_valid())
847 img_src = ConvertUTF8ToJavaString(env, data.img_src.spec());
855 img_src.obj());

Completed in 170 milliseconds