HomeSort by relevance Sort by last modified time
    Searched defs:IsMainThread (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/ppapi/cpp/
core.cc 21 bool Core::IsMainThread() {
22 return PP_ToBool(interface_->IsMainThread());
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_core_interface.h 18 virtual PP_Bool IsMainThread() { return PP_FALSE; }
  /external/chromium_org/cc/trees/
proxy.cc 23 bool Proxy::IsMainThread() const {
89 DCHECK(IsMainThread());
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_core_thunk.cc 43 PP_Bool IsMainThread() {
56 &IsMainThread
  /external/chromium_org/ppapi/c/
ppb_core.h 101 * IsMainThread() returns true if the current thread is the main pepper
110 PP_Bool (*IsMainThread)(void);
  /external/chromium_org/ppapi/proxy/
ppb_core_proxy.cc 72 PP_Bool IsMainThread() {
83 &IsMainThread
  /external/chromium_org/ppapi/shared_impl/
tracked_callback.cc 25 bool IsMainThread() {
175 DCHECK(IsMainThread());
  /external/compiler-rt/lib/msan/
msan_thread.h 35 bool IsMainThread() { return start_routine_ == 0; }
  /external/chromium_org/media/cdm/ppapi/
cdm_file_io_impl.cc 40 static bool IsMainThread() {
41 return pp::Module::Get()->core()->IsMainThread();
73 PP_DCHECK(IsMainThread());
87 PP_DCHECK(IsMainThread());
125 PP_DCHECK(IsMainThread());
154 PP_DCHECK(IsMainThread());
181 PP_DCHECK(IsMainThread());
214 PP_DCHECK(IsMainThread());
232 PP_DCHECK(IsMainThread());
256 PP_DCHECK(IsMainThread());
    [all...]
cdm_adapter.cc 34 bool IsMainThread() {
35 return pp::Module::Get()->core()->IsMainThread();
49 if (IsMainThread())
    [all...]
  /external/chromium_org/ppapi/thunk/
enter.cc 21 bool IsMainThread() {
93 DCHECK(!IsMainThread()); // We should have returned an error before this.
136 CHECK(IsMainThread());
139 if (callback_->is_blocking() && IsMainThread()) {
162 } else if (!IsMainThread() &&
  /external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.cc 251 DCHECK(IsMainThread());
259 bool BrowserGpuChannelHostFactory::IsMainThread() {
373 DCHECK(IsMainThread());
  /external/chromium_org/content/renderer/pepper/
plugin_module.cc 209 PP_Bool IsMainThread() {
217 &CallOnMainThread, &IsMainThread};
340 CHECK(IsMainThread());
  /external/chromium_org/content/renderer/
render_thread_impl.cc     [all...]

Completed in 325 milliseconds