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

  /external/chromium_org/mojo/shell/android/
mojo_main.cc 33 LazyInstance<scoped_ptr<shell::Context> > g_context = member in namespace:mojo::__anon12871
72 g_context.Get().reset(shell_context);
  /external/chromium_org/third_party/webrtc/modules/video_capture/
ensure_initialized.cc 39 int32_t SetCaptureAndroidVM(JavaVM* javaVM, jobject g_context);
  /external/chromium_org/third_party/webrtc/modules/video_capture/android/
video_capture_android.cc 23 static jobject g_context = NULL; // Owned android.content.Context. variable
29 assert(g_context);
30 return g_context;
74 g_context = ats.env()->NewGlobalRef(context);
104 ats.env()->DeleteGlobalRef(g_context);
105 g_context = NULL;
  /external/chromium_org/rlz/lib/
financial_ping.cc 187 AtomicWord g_context; member in namespace:rlz_lib
192 &g_context, reinterpret_cast<AtomicWord>(context));
221 if (!base::subtle::Acquire_Load(&g_context)) {
293 // Copy the pointer to stack because g_context may be set to NULL
298 base::subtle::Acquire_Load(&g_context));

Completed in 145 milliseconds