HomeSort by relevance Sort by last modified time
    Searched refs:CallOnMainThread (Results 26 - 37 of 37) sorted by null

12

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
service_runtime.cc 133 pp::Module::Get()->core()->CallOnMainThread(0, init_done_cb_, PP_OK);
261 // CallOnMainThread continuations always called with err == PP_OK.
476 pp::Module::Get()->core()->CallOnMainThread(0, crash_cb_, PP_OK);
784 pp::Module::Get()->core()->CallOnMainThread(0, crash_cb, PP_OK);
829 // CallOnMainThread must still wait for the time out, or I/O events
file_downloader.cc 110 core->CallOnMainThread(0, callback, PP_ERROR_NOACCESS);
plugin.cc 425 core->CallOnMainThread(0, callback, 0);
    [all...]
  /external/chromium_org/content/renderer/pepper/
plugin_module.cc 192 void CallOnMainThread(int delay_in_msec,
213 &CallOnMainThread,
  /external/chromium_org/native_client_sdk/src/examples/api/input_event/
input_event.cc 264 // This method is called from the worker thread using CallOnMainThread.
273 // them to a string, and calls CallOnMainThread so that
295 pp::Module::Get()->core()->CallOnMainThread(
  /external/chromium_org/ppapi/tests/
test_case.cc 247 pp::Module::Get()->core()->CallOnMainThread(0, callback);
testing_instance.cc 101 pp::Module::Get()->core()->CallOnMainThread(
test_utils.cc 203 pp::Module::Get()->core()->CallOnMainThread(
  /external/chromium_org/ppapi/examples/audio_input/
audio_input.cc 136 pp::Module::Get()->core()->CallOnMainThread(
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
graphics_3d.cc 131 ppb_core_interface->CallOnMainThread(0, cc, 0);
  /external/chromium_org/media/cdm/ppapi/
cdm_wrapper.cc 45 pp::Module::Get()->core()->CallOnMainThread(0, cb, PP_OK);
901 // only use CallOnMainThread() here to get delayed-execution behavior.
902 pp::Module::Get()->core()->CallOnMainThread(
    [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c 277 iface->CallOnMainThread(delay_in_milliseconds, *callback, result);
    [all...]

Completed in 2668 milliseconds

12