OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppsClient
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/apps/
apps_client.cc
13
AppsClient
* g_client = NULL;
17
AppsClient
*
AppsClient
::Get() {
21
void
AppsClient
::Set(
AppsClient
* client) {
apps_client.h
22
class
AppsClient
{
33
static
AppsClient
* Get();
36
static void Set(
AppsClient
* client);
shell_window_registry.cc
183
AppsClient
::Get()->GetLoadedBrowserContexts();
204
AppsClient
::Get()->GetLoadedBrowserContexts();
launcher.cc
317
if (!
AppsClient
::Get()->CheckAppLaunch(profile, extension))
/external/chromium_org/chrome/browser/apps/
chrome_apps_client.h
14
// The implementation of
AppsClient
for Chrome.
15
class ChromeAppsClient : public apps::
AppsClient
{
26
// apps::
AppsClient
/external/chromium_org/chrome/browser/
browser_process_impl.cc
188
apps::
AppsClient
::Set(ChromeAppsClient::GetInstance());
[
all
...]
Completed in 231 milliseconds