OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:headless_
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/importer/
importer_host.h
59
void set_headless() {
headless_
= true; }
60
bool is_headless() const { return
headless_
; }
152
bool
headless_
;
member in class:ImporterHost
importer_host.cc
38
headless_
(false),
44
if (
headless_
)
/external/chromium_org/chrome/browser/importer/
external_process_importer_host.h
53
void set_headless() {
headless_
= true; }
54
bool is_headless() const { return
headless_
; }
113
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_gtk.cc
69
if (
headless_
)
91
if (
headless_
)
98
if (
headless_
)
109
if (
headless_
) {
232
if (
headless_
) {
261
if (
headless_
) {
339
if (
headless_
)
shell.cc
73
headless_
(false) {
76
headless_
= true;
shell.h
275
bool
headless_
;
member in class:content::Shell
Completed in 468 milliseconds