OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:topFrameURL
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/tests/
WebPageNewSerializerTest.cpp
142
WebURL
topFrameURL
= toKURL("http://www.test.com");
143
registerMockedURLLoad(
topFrameURL
, WebString::fromUTF8("css_test_page.html"), WebString::fromUTF8("pageserializer/"), htmlMimeType());
155
return
topFrameURL
;
202
WebURL
topFrameURL
= toKURL("http://www.test.com");
203
registerMockedURLLoad(
topFrameURL
, WebString::fromUTF8("top_frame.html"), WebString::fromUTF8("pageserializer/"), htmlMimeType());
210
loadURLInTopFrame(
topFrameURL
);
236
WebURL
topFrameURL
= setUpCSSTestPage();
237
loadURLInTopFrame(
topFrameURL
);
267
WebURL
topFrameURL
= toKURL("http://www.test.com");
268
registerMockedURLLoad(
topFrameURL
, WebString::fromUTF8("blank_frames.html"), WebString::fromUTF8("pageserializer/"), htmlMimeType())
[
all
...]
WebPageSerializerTest.cpp
107
WebURL
topFrameURL
= toKURL("http://www.test.com");
110
loadURLInTopFrame(
topFrameURL
);
142
WebURL
topFrameURL
= toKURL("http://www.test.com");
156
loadURLInTopFrame(
topFrameURL
);
Completed in 5430 milliseconds