OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shell_windows
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/apps/
app_browsertest_util.cc
48
const ShellWindowRegistry::ShellWindowList&
shell_windows
=
local
49
app_registry->
shell_windows
();
51
ShellWindowRegistry::const_iterator iter =
shell_windows
.begin();
52
if (iter !=
shell_windows
.end())
139
shell_windows
().size();
web_view_interactive_browsertest.cc
70
const apps::ShellWindowRegistry::ShellWindowList&
shell_windows
=
local
72
browser()->profile())->
shell_windows
();
73
return (*
shell_windows
.begin())->GetNativeWindow();
/external/chromium_org/apps/
shell_window_registry.cc
213
const ShellWindowList&
shell_windows
= registry->
shell_windows
();
local
214
if (
shell_windows
.empty())
220
for (const_iterator j =
shell_windows
.begin(); j !=
shell_windows
.end();
shell_window_registry.h
68
const ShellWindowList&
shell_windows
() const { return shell_windows_; }
function in class:apps::ShellWindowRegistry
/external/chromium_org/chrome/browser/ui/cocoa/apps/
native_app_window_cocoa_browsertest.mm
51
apps::ShellWindowRegistry::Get(profile())->
shell_windows
();
/external/chromium_org/chrome/browser/chromeos/app_mode/
app_session_lifetime.cc
62
if (window_registry_->
shell_windows
().empty()) {
/external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager_chromeos.cc
336
const apps::ShellWindowRegistry::ShellWindowList&
shell_windows
=
local
337
apps::ShellWindowRegistry::Get(profile)->
shell_windows
();
339
shell_windows
.begin();
340
for (; it !=
shell_windows
.end(); ++it)
/external/chromium_org/chrome/browser/extensions/
window_open_apitest.cc
61
browser->profile())->
shell_windows
().size());
Completed in 150 milliseconds