OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:headless_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/importer/
external_process_importer_host.h
53
void set_headless() {
headless_
= true; }
54
bool is_headless() const { return
headless_
; }
114
bool
headless_
;
member in class:ExternalProcessImporterHost
external_process_importer_host.cc
23
:
headless_
(false),
142
DCHECK(!
headless_
);
180
if (
headless_
)
/external/chromium_org/content/shell/browser/
shell_aura.cc
45
if (!
headless_
)
shell_views.cc
456
if (
headless_
)
473
if (
headless_
)
484
if (
headless_
) {
516
if (
headless_
) {
540
if (
headless_
)
547
if (
headless_
)
557
if (
headless_
)
566
if (
headless_
)
shell.cc
65
headless_
(false) {
68
headless_
= true;
88
if (
headless_
)
shell.h
248
bool
headless_
;
member in class:content::Shell
Completed in 3007 milliseconds