OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnFileDownload
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome_frame/test/
ie_event_sink.h
45
virtual void
OnFileDownload
(VARIANT_BOOL active_doc, VARIANT_BOOL* cancel) {}
186
OnFileDownload
, &kFileDownloadInfo)
205
STDMETHOD_(void,
OnFileDownload
)(VARIANT_BOOL active_doc,
mock_ie_event_sink_test.cc
55
// Hack:
OnFileDownload
may occur zero or once (for reasons not understood)
61
// the
OnFileDownload
call or by removing the dependency of some tests on
70
navigation += EXPECT_CALL(*this,
OnFileDownload
(_, _))
153
EXPECT_CALL(*this,
OnFileDownload
(VARIANT_TRUE, _))
navigation_test.cc
290
EXPECT_CALL(ie_mock_,
OnFileDownload
(_, _)).Times(testing::AnyNumber());
591
EXPECT_CALL(ie_mock_,
OnFileDownload
(VARIANT_TRUE, _))
647
EXPECT_CALL(new_window_mock,
OnFileDownload
(VARIANT_FALSE, _))
[
all
...]
mock_ie_event_sink_test.h
76
MOCK_METHOD2(
OnFileDownload
, void (VARIANT_BOOL active_doc, // NOLINT
ie_event_sink.cc
663
STDMETHODIMP_(void) IEEventSink::
OnFileDownload
(
668
listener_->
OnFileDownload
(active_doc, cancel);
Completed in 469 milliseconds