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

  /external/chromium_org/chrome_frame/test/
navigation_test.cc 53 server_mock_.ExpectAndServeRequest(CFInvocation::None(), GetSimplePageUrl());
65 server_mock_.ExpectAndServeRequest(GetParam(), GetAnchorPageUrl(0));
80 server_mock_.ExpectAndServeRequest(CFInvocation::None(), GetSimplePageUrl());
93 server_mock_.ExpectAndServeRequest(GetParam(), GetAnchorPageUrl(1));
486 server_mock_.ExpectAndServeRequest(page1_, parent_url);
502 server_mock_.ExpectAndServeRequest(page2_, new_window_url);
520 server_mock_.ExpectAndServeRequest(page1_, redirect_url);
525 server_mock_.ExpectAndServeRequest(page2_, GetSimplePageUrl());
559 server_mock_.ExpectAndServeRequest(page2_, GetSimplePageUrl());
    [all...]
test_with_web_server.h 97 void ExpectAndServeRequest(CFInvocation invocation, const std::wstring& url);
100 // ExpectAndServeRequest.
test_with_web_server.cc 334 void MockWebServer::ExpectAndServeRequest(CFInvocation invocation,
    [all...]

Completed in 93 milliseconds