OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsAttemptingToCloseBrowser
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/
browser.h
316
bool
IsAttemptingToCloseBrowser
() const {
[
all
...]
/external/chromium_org/chrome/browser/ui/
browser.cc
630
bool Browser::
IsAttemptingToCloseBrowser
() const {
721
if (browser == this || browser->
IsAttemptingToCloseBrowser
())
[
all
...]
Completed in 25 milliseconds