OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_window_mock
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome_frame/test/
ui_test.cc
688
MockIEEventSink
new_window_mock
;
local
689
new_window_mock
.ExpectAnyNavigations();
700
ie_mock_.ExpectNewWindow(&
new_window_mock
);
702
EXPECT_CALL(
new_window_mock
, OnLoad(IN_IE, StrEq(kAboutVersionUrl)))
704
EXPECT_CALL(
new_window_mock
,
707
VerifyAddressBarUrlWithGcf(&
new_window_mock
),
708
CloseBrowserMock(&
new_window_mock
)));
710
EXPECT_CALL(
new_window_mock
, OnQuit())
744
MockIEEventSink
new_window_mock
;
local
745
new_window_mock
.ExpectAnyNavigations()
808
MockIEEventSink
new_window_mock
;
local
[
all
...]
navigation_test.cc
343
MockIEEventSink
new_window_mock
;
local
345
new_window_mock
.ExpectAnyNavigations();
355
ie_mock_.ExpectNewWindow(&
new_window_mock
);
356
EXPECT_CALL(
new_window_mock
, OnNavigateError(_, _, _, _, _))
358
.WillOnce(CloseBrowserMock(&
new_window_mock
));
360
EXPECT_CALL(
new_window_mock
, OnLoad(_, _))
363
EXPECT_CALL(
new_window_mock
, OnQuit())
369
ASSERT_TRUE(
new_window_mock
.event_sink()->web_browser2() != NULL);
385
MockIEEventSink
new_window_mock
;
local
387
new_window_mock
.ExpectAnyNavigations()
482
testing::StrictMock<MockIEEventSink>
new_window_mock
;
local
634
MockIEEventSink
new_window_mock
;
local
1230
testing::StrictMock<MockIEEventSink>
new_window_mock
;
local
[
all
...]
Completed in 420 milliseconds