OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_cf
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome_frame/test/
mock_ie_event_sink_test.cc
95
void MockIEEventSink::ExpectNavigation(bool
is_cf
, const std::wstring& url) {
97
if (
is_cf
|| GetInstalledIEVersion() == IE_9) {
104
void MockIEEventSink::ExpectNavigationOptionalBefore(bool
is_cf
,
107
if (
is_cf
&& GetInstalledIEVersion() == IE_6) {
111
ExpectNavigation(
is_cf
, url);
mock_ie_event_sink_test.h
87
// |
is_cf
| set to whether the renderer is CF or not.
88
MOCK_METHOD2(OnLoad, void (bool
is_cf
, const wchar_t* url)); // NOLINT
103
void ExpectNavigation(bool
is_cf
, const std::wstring& url);
109
void ExpectNavigationOptionalBefore(bool
is_cf
, const std::wstring& url);
ui_test.cc
143
bool
is_cf
= GetParam().invokes_cf();
local
144
if (!
is_cf
) {
154
EXPECT_CALL(ie_mock_, OnLoad(
is_cf
, StrEq(GetSimplePageUrl())))
184
bool
is_cf
= GetParam().invokes_cf();
local
185
if (!
is_cf
) {
436
const bool
is_cf
= GetParam().invokes_cf();
local
440
EXPECT_CALL(ie_mock_, OnLoad(
is_cf
, StrEq(window_print_url)))
[
all
...]
Completed in 5711 milliseconds