Searched defs:extra_data_for_type (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/android_webview/common/
H A Daw_hit_test_data.h21 // |extra_data_for_type| will be empty. All other values should be emtpy
29 // different prefix in content url_constants. |extra_data_for_type| will
36 // Hit on a pure image (without links). |extra_data_for_type|, |href|,
42 // image. |extra_data_for_type| is the valid absolute url of the link.
54 // |extra_data_for_type| will contain the absolute valid url of the image
67 std::string extra_data_for_type; member in struct:android_webview::AwHitTestData
/external/chromium_org/android_webview/native/
H A Daw_contents.cc672 ScopedJavaLocalRef<jstring> extra_data_for_type; local
673 if (data.extra_data_for_type.length())
674 extra_data_for_type = ConvertUTF8ToJavaString(
675 env, data.extra_data_for_type);
692 extra_data_for_type.obj(),

Completed in 126 milliseconds