Searched refs:loadHTMLString (Results 1 - 12 of 12) sorted by relevance

/external/chromium/webkit/glue/
H A Dwebframe_unittest.cc29 frame->loadHTMLString(simple_source, test_url);
44 frame->loadHTMLString(outer_frame_source, test_url);
51 subframe->loadHTMLString("sub<p>text", test_url);
70 frame->loadHTMLString(simple_source, test_url);
79 frame->loadHTMLString(html, test_url);
H A Dcpp_bound_class_unittest.cc108 webframe_->loadHTMLString(html, GURL("about:blank"));
H A Ddom_serializer_unittest.cc148 test_shell_->webView()->mainFrame()->loadHTMLString(contents, base_url);
/external/chromium_org/chrome/renderer/plugins/
H A Dwebview_plugin.cc61 web_view->mainFrame()->loadHTMLString(html_data, url);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrame.h341 virtual void loadHTMLString(const WebData& html,
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFrameImpl.h149 virtual void loadHTMLString(
H A DWebFrameImpl.cpp967 void WebFrameImpl::loadHTMLString(const WebData& data, const WebURL& baseURL, const WebURL& unreachableURL, bool replace) function in class:WebFrameImpl
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp2276 frame->loadHTMLString(simpleSource, testURL);
2291 frame->loadHTMLString(outerFrameSource, testURL);
2297 subframe->loadHTMLString("sub<p>text", testURL);
2317 frame->loadHTMLString(simpleSource, testURL);
2326 frame->loadHTMLString(WebData(html.c_str(), html.length()), testURL);
3275 frame->loadHTMLString("This should appear", toKURL("data:text/html,chromewebdata"), error.unreachableURL, true);
3967 frame->loadHTMLString(bluePNG, testURL);
H A DWebViewTest.cpp243 webView->mainFrame()->loadHTMLString(
248 webView->mainFrame()->loadHTMLString(
/external/chromium_org/content/renderer/
H A Ddom_serializer_browsertest.cc247 GetMainFrame()->loadHTMLString(contents, base_url);
H A Drender_view_impl.cc2232 frame->loadHTMLString(*error_html,
5417 // We use loadRequest instead of loadHTMLString because the former commits
5493 frame->loadHTMLString(std::string(),
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DTestRunner.cpp930 webView->mainFrame()->loadHTMLString(

Completed in 180 milliseconds