OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_standalone
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
captcha_view.h
43
// |
is_standalone
| is true when CaptchaView is not presented as dialog.
44
CaptchaView(const GURL& captcha_url, bool
is_standalone
);
captcha_view.cc
78
CaptchaView::CaptchaView(const GURL& captcha_url, bool
is_standalone
)
83
is_standalone_(
is_standalone
),
/external/chromium/chrome/common/extensions/
user_script.h
170
bool
is_standalone
() const { return extension_id_.empty(); }
function in class:UserScript
Completed in 36 milliseconds