HomeSort by relevance Sort by last modified time
    Searched refs:shell_created_callback_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/shell/
shell.cc 41 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();
131 DCHECK(shell_created_callback_.is_null());
132 shell_created_callback_ = shell_created_callback;
shell.h 277 static base::Callback<void(Shell*)> shell_created_callback_; member in class:content::Shell

Completed in 391 milliseconds