HomeSort by relevance Sort by last modified time
    Searched refs:webURL (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/
Pasteboard.cpp 42 #include "public/platform/WebURL.h"
90 blink::Platform::current()->clipboard()->writeImage(webImage, blink::WebURL(url), blink::WebString(title));
115 blink::WebURL webURL;
116 blink::WebString markup = blink::Platform::current()->clipboard()->readHTML(m_buffer, &webURL, &fragmentStart, &fragmentEnd);
118 url = webURL;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebPageNewSerializerTest.cpp 45 #include "public/platform/WebURL.h"
97 virtual void didSerializeDataForFrame(const WebURL& frameURL, const WebCString& data, PageSerializationStatus status) {
139 WebURL setUpCSSTestPage()
141 WebURL topFrameURL = toKURL("http://www.test.com");
157 void loadURLInTopFrame(const WebURL& url)
179 WebURL webURL = WebURL(toKURL(url));
182 if (resource.url == webURL && !resource.data.isEmpty() && !resource.mimeType.compare(WebCString(mimeType)))
204 WebURL topFrameURL = toKURL("http://www.test.com")
    [all...]

Completed in 41 milliseconds