OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shell_created_callback_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/shell/browser/
shell.cc
42
base::Callback<void(Shell*)> Shell::
shell_created_callback_
;
member in class:content::Shell
79
if (!
shell_created_callback_
.is_null()) {
80
shell_created_callback_
.Run(this);
81
shell_created_callback_
.Reset();
132
DCHECK(
shell_created_callback_
.is_null());
133
shell_created_callback_
= shell_created_callback;
shell.h
281
static base::Callback<void(Shell*)>
shell_created_callback_
;
member in class:content::Shell
Completed in 40 milliseconds