OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsMainThread
(Results
1 - 11
of
11
) 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_core_interface.h
18
virtual PP_Bool
IsMainThread
() { return PP_FALSE; }
/external/chromium_org/cc/trees/
proxy.cc
22
bool Proxy::
IsMainThread
() const {
77
DCHECK(
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
() {
180
DCHECK(
IsMainThread
());
/external/chromium_org/ppapi/thunk/
enter.cc
21
bool
IsMainThread
() {
83
DCHECK(!
IsMainThread
()); // We should have returned an error before this.
126
CHECK(
IsMainThread
());
129
if (callback_->is_blocking() &&
IsMainThread
()) {
140
} else if (!
IsMainThread
() &&
/external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.cc
165
DCHECK(
IsMainThread
());
173
bool BrowserGpuChannelHostFactory::
IsMainThread
() {
355
DCHECK(
IsMainThread
());
/external/chromium_org/content/renderer/pepper/
plugin_module.cc
208
PP_Bool
IsMainThread
() {
219
&
IsMainThread
347
CHECK(
IsMainThread
());
/external/chromium_org/media/cdm/ppapi/
cdm_adapter.cc
25
bool
IsMainThread
() {
26
return pp::Module::Get()->core()->
IsMainThread
();
40
if (
IsMainThread
())
821
PP_DCHECK(
IsMainThread
());
[
all
...]
/external/chromium_org/content/renderer/
render_thread_impl.cc
875
DCHECK(
IsMainThread
());
[
all
...]
Completed in 167 milliseconds