Searched defs:html_content (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/android/
H A Dinterstitial_page_delegate_android.cc21 const std::string& html_content)
23 html_content_(html_content),
87 static jlong Init(JNIEnv* env, jobject obj, jstring html_content) { argument
90 env, obj, base::android::ConvertJavaStringToUTF8(env, html_content));
18 InterstitialPageDelegateAndroid( JNIEnv* env, jobject obj, const std::string& html_content) argument
/external/chromium_org/chrome/browser/
H A Dunload_browsertest.cc141 void NavigateToDataURL(const std::string& html_content, argument
144 GURL("data:text/html," + html_content));
168 void LoadUrlAndQuitBrowser(const std::string& html_content, argument
170 NavigateToDataURL(html_content, expected_title);
/external/chromium_org/third_party/libxml/src/
H A DHTMLparser.c716 static const char* const html_content[] = { "head", "body", "frameset", NULL } ; variable
897 DECL html_content , NULL , DECL i18n_attrs, DECL version_attr, NULL
/external/libxml2/
H A DHTMLparser.c719 static const char* const html_content[] = { "head", "body", "frameset", NULL } ; variable
900 DECL html_content , NULL , DECL i18n_attrs, DECL version_attr, NULL

Completed in 197 milliseconds