OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:should_cancel
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/client/plugin/
pepper_input_handler.cc
294
bool
should_cancel
= (mouse_lock_state_ == MouseLockCancelling);
local
305
if (
should_cancel
)
/external/chromium_org/chrome_frame/
chrome_active_document.cc
741
// navigations, we notify the BHOs but ignore the
should_cancel
flag.
786
VARIANT_BOOL
should_cancel
= VARIANT_FALSE;
local
787
web_browser_events_svc->FireBeforeNavigate2Event(&
should_cancel
);
789
BOOL
should_cancel
= FALSE;
local
791
NULL, FALSE, &
should_cancel
);
[
all
...]
Completed in 455 milliseconds