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

  /external/chromium_org/content/common/android/
surface_texture_lookup.cc 12 SurfaceTextureLookup* g_instance = NULL; member in namespace:content::__anon11830
17 DCHECK(g_instance);
18 return g_instance;
23 DCHECK(!g_instance || !instance);
24 g_instance = instance;
  /external/chromium_org/content/common/gpu/
gpu_surface_lookup.cc 11 GpuSurfaceLookup* g_instance = NULL; member in namespace:content::__anon11854
16 DCHECK(g_instance);
17 return g_instance;
22 DCHECK(!g_instance || !lookup);
23 g_instance = lookup;
  /external/chromium_org/ui/gl/android/
surface_texture_tracker.cc 11 SurfaceTextureTracker* g_instance = NULL; member in namespace:gfx::__anon20773
16 DCHECK(g_instance);
17 return g_instance;
22 DCHECK(!g_instance);
23 g_instance = tracker;
  /external/chromium_org/android_webview/native/
aw_browser_dependency_factory.cc 13 AwBrowserDependencyFactory* g_instance = NULL; member in namespace:android_webview::__anon6427
24 g_instance = delegate;
29 DCHECK(g_instance); // Must always be confirgured on startup.
30 return g_instance;
java_browser_view_renderer_helper.cc 56 static JavaBrowserViewRendererHelper* g_instance = local
58 return g_instance;
  /external/chromium_org/content/renderer/android/
synchronous_compositor_factory.cc 14 SynchronousCompositorFactory* g_instance = NULL; member in namespace:content::__anon11946
20 DCHECK(g_instance == NULL);
25 g_instance = instance;
30 return g_instance;
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager.cc 21 chrome::MultiUserWindowManager* g_instance = NULL; member in namespace:__anon9559
34 return g_instance;
38 DCHECK(!g_instance);
43 if (!g_instance &&
45 g_instance =
61 if (!g_instance)
62 g_instance = new MultiUserWindowManagerStub();
64 return g_instance;
88 DCHECK(g_instance);
89 delete g_instance;
    [all...]
  /external/chromium_org/extensions/browser/api/
extensions_api_client.cc 10 ExtensionsAPIClient* g_instance = NULL; member in namespace:extensions::__anon12278
14 ExtensionsAPIClient::ExtensionsAPIClient() { g_instance = this; }
16 ExtensionsAPIClient::~ExtensionsAPIClient() { g_instance = NULL; }
19 ExtensionsAPIClient* ExtensionsAPIClient::Get() { return g_instance; }
  /external/chromium_org/media/audio/sounds/
sounds_manager.cc 19 SoundsManager* g_instance = NULL; member in namespace:media::__anon12639
88 CHECK(!g_instance || g_initialized_for_testing)
92 g_instance = new SoundsManagerImpl();
97 CHECK(g_instance) << "SoundsManager::Shutdown() is called "
99 delete g_instance;
100 g_instance = NULL;
105 CHECK(g_instance) << "SoundsManager::Get() is called before Create()";
106 return g_instance;
111 CHECK(!g_instance) << "SoundsManager is already initialized.";
113 g_instance = manager
    [all...]
  /external/chromium_org/ash/screensaver/
screensaver_view.cc 24 ash::ScreensaverView* g_instance = NULL; member in namespace:__anon6566
42 if (!g_instance) {
43 g_instance = new ScreensaverView(url);
44 g_instance->Show();
50 if (g_instance) {
51 g_instance->Close();
52 g_instance = NULL;
58 return g_instance && g_instance->IsScreensaverShowingURL(g_instance->url_)
    [all...]
  /external/chromium_org/content/shell/renderer/
shell_render_process_observer.cc 27 ShellRenderProcessObserver* g_instance = NULL; member in namespace:content::__anon12134
32 return g_instance;
38 CHECK(!g_instance);
39 g_instance = this;
47 CHECK(g_instance == this);
48 g_instance = NULL;
  /external/chromium_org/device/bluetooth/
bluetooth_socket_thread.cc 13 base::LazyInstance<scoped_refptr<BluetoothSocketThread> > g_instance = member in namespace:device
18 if (!g_instance.Get().get()) {
19 g_instance.Get() = new BluetoothSocketThread();
21 return g_instance.Get();
26 DCHECK(g_instance.Get());
27 g_instance.Get() = NULL;
  /external/chromium_org/chrome/browser/chromeos/ui/
idle_logout_dialog_view.cc 28 chromeos::IdleLogoutDialogView* g_instance = NULL; member in namespace:__anon8002
65 // CloseDialog, we reset g_instance so the next Show will work correctly; in
67 // called, in which case we reset g_instance there if not already reset.
68 if (!g_instance) {
69 g_instance = new IdleLogoutDialogView();
70 g_instance->InitAndShow();
76 if (g_instance)
77 g_instance->GetWidget()->Close();
100 g_instance = NULL;
115 if (this == g_instance)
    [all...]
  /external/chromium_org/chrome/browser/ui/
uma_browsing_activity_observer.cc 26 UMABrowsingActivityObserver* g_instance = NULL; member in namespace:chrome::__anon9742
32 DCHECK(!g_instance);
35 g_instance = new UMABrowsingActivityObserver;
79 delete g_instance;
80 g_instance = NULL;
  /external/chromium_org/chrome/browser/chromeos/first_run/
first_run_controller.cc 26 chromeos::FirstRunController* g_instance; member in namespace:__anon7757
42 if (g_instance) {
46 g_instance = new FirstRunController();
47 g_instance->Init();
52 if (!g_instance) {
56 g_instance->Finalize();
57 base::MessageLoop::current()->DeleteSoon(FROM_HERE, g_instance);
58 g_instance = NULL;
62 return g_instance;
  /external/chromium_org/apps/shell/browser/
shell_content_browser_client.cc 33 ShellContentBrowserClient* g_instance = NULL; member in namespace:apps::__anon6474
40 DCHECK(!g_instance);
41 g_instance = this;
44 ShellContentBrowserClient::~ShellContentBrowserClient() { g_instance = NULL; }
48 return g_instance;
shell_desktop_controller.cc 158 ShellDesktopController* g_instance = NULL; member in namespace:apps::__anon6475
172 g_instance = this;
177 g_instance = NULL;
184 return g_instance;
  /external/chromium_org/gpu/command_buffer/service/
mailbox_synchronizer.cc 17 MailboxSynchronizer* g_instance = NULL; member in namespace:gpu::gles2::__anon12534
23 DCHECK(!g_instance);
47 g_instance = new MailboxSynchronizer;
53 DCHECK(g_instance);
54 delete g_instance;
55 g_instance = NULL;
60 return g_instance;
  /external/chromium_org/ui/aura/
remote_window_tree_host_win.cc 86 RemoteWindowTreeHostWin* g_instance = NULL;
90 return g_instance;
99 CHECK(!g_instance);
100 g_instance = this;
108 DCHECK_EQ(g_instance, this);
109 g_instance = NULL;
  /external/chromium_org/remoting/base/
breakpad_win.cc 95 static base::LazyInstance<BreakpadWin>::Leaky g_instance = member in namespace:__anon14346
141 return &g_instance.Get();
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
nacl_io_demo.c 49 static PP_Instance g_instance = 0; variable
190 g_ppb_messaging->PostMessage(g_instance, var);
282 g_ppb_messaging->PostMessage(g_instance, result_var);
361 g_instance = instance;

Completed in 1944 milliseconds