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

  /external/chromium_org/chrome_frame/test/
mock_ie_event_sink_test.cc 26 // MockIEEventSink methods
27 void MockIEEventSink::OnDocumentComplete(IDispatch* dispatch, VARIANT* url) {
41 ExpectationSet MockIEEventSink::ExpectNavigationCardinality(
95 void MockIEEventSink::ExpectNavigation(bool is_cf, const std::wstring& url) {
104 void MockIEEventSink::ExpectNavigationOptionalBefore(bool is_cf,
115 void MockIEEventSink::ExpectJavascriptWindowOpenNavigation(
136 void MockIEEventSink::ExpectNewWindow(MockIEEventSink* new_window_mock) {
147 new_window_mock, &MockIEEventSink::Attach))));
150 void MockIEEventSink::ExpectAnyNavigations()
    [all...]
mock_ie_event_sink_test.h 38 class MockIEEventSink : public IEEventListener {
40 MockIEEventSink() {
45 ~MockIEEventSink() {
120 void ExpectNewWindow(MockIEEventSink* new_window_mock);
359 testing::StrictMock<MockIEEventSink> ie_mock_;
delete_chrome_history_test.cc 57 testing::StrictMock<MockIEEventSink> ie_mock2_;
58 testing::StrictMock<MockIEEventSink> ie_mock3_;
132 explicit PageLoadHelper(testing::StrictMock<MockIEEventSink>* ie_mock)
170 testing::StrictMock<MockIEEventSink>* ie_mock_;
navigation_test.cc 343 MockIEEventSink new_window_mock;
385 MockIEEventSink new_window_mock;
482 testing::StrictMock<MockIEEventSink> new_window_mock;
573 // Basic navigation test fixture which uses the MockIEEventSink. These tests
634 MockIEEventSink new_window_mock;
644 &new_window_mock, &MockIEEventSink::Attach))));
778 testing::StrictMock<MockIEEventSink> download_window_mock;
    [all...]
ui_test.cc 30 // This parameterized test fixture uses the MockIEEventSink and is used by
309 MockIEEventSink view_source_mock;
347 void NavigateToCurrentUrl(MockIEEventSink* mock) {
559 MockIEEventSink view_source_mock;
688 MockIEEventSink new_window_mock;
744 MockIEEventSink new_window_mock;
808 MockIEEventSink new_window_mock;
    [all...]

Completed in 27 milliseconds