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

  /external/chromium_org/ppapi/shared_impl/
ppp_instance_combined.cc 49 return CallWhileUnlocked(instance_1_1_.DidCreate, instance, argc, argn, argv);
53 return CallWhileUnlocked(instance_1_1_.DidDestroy, instance);
61 CallWhileUnlocked(
64 CallWhileUnlocked(did_change_view_1_0_, instance, position, clip);
70 CallWhileUnlocked(instance_1_1_.DidChangeFocus, instance, has_focus);
75 return CallWhileUnlocked(
thread_aware_callback.cc 23 CallWhileUnlocked(closure);
54 CallWhileUnlocked(closure);
proxy_lock_unittest.cc 154 CallWhileUnlocked(TestCallback_0);
159 CallWhileUnlocked(TestCallback_1, 123);
166 CallWhileUnlocked<void, int, const std::string&>(
173 CallWhileUnlocked(callback);
proxy_lock.h 106 // CallWhileUnlocked unlocks the ProxyLock just before invoking the given
108 // function returns. CallWhileUnlocked returns whatever the given function
112 // *result = CallWhileUnlocked(ppp_input_event_impl_->HandleInputEvent,
116 ReturnType CallWhileUnlocked(ReturnType (*function)()) {
121 ReturnType CallWhileUnlocked(ReturnType (*function)(P1), const P1& p1) {
126 ReturnType CallWhileUnlocked(ReturnType (*function)(P1, P2),
133 ReturnType CallWhileUnlocked(ReturnType (*function)(P1, P2, P3),
141 ReturnType CallWhileUnlocked(ReturnType (*function)(P1, P2, P3, P4),
150 ReturnType CallWhileUnlocked(ReturnType (*function)(P1, P2, P3, P4, P5),
159 void PPAPI_SHARED_EXPORT CallWhileUnlocked(const base::Closure& closure)
    [all...]
proxy_lock.cc 94 void CallWhileUnlocked(const base::Closure& closure) {
ppb_audio_shared.cc 166 CallWhileUnlocked(g_thread_functions.thread_join, nacl_thread_id_);
172 CallWhileUnlocked(base::Bind(&base::DelegateSimpleThread::Join,
tracked_callback.cc 148 CallWhileUnlocked(PP_RunCompletionCallback, &callback, result);
  /external/chromium_org/ppapi/proxy/
ppp_find_proxy.cc 88 CallWhileUnlocked(ppp_find_->StartFind, instance, text.c_str(), PP_FALSE);
94 CallWhileUnlocked(ppp_find_->SelectFindResult, instance, forward);
99 CallWhileUnlocked(ppp_find_->StopFind, instance);
ppp_printing_proxy.cc 153 *result = CallWhileUnlocked(ppp_printing_impl_->QuerySupportedFormats,
171 *result = CallWhileUnlocked(ppp_printing_impl_->Begin,
184 PP_Resource plugin_resource = CallWhileUnlocked(
200 CallWhileUnlocked(ppp_printing_impl_->End, instance);
206 *result = PP_ToBool(CallWhileUnlocked(ppp_printing_impl_->IsScalingDisabled,
ppp_graphics_3d_proxy.cc 66 CallWhileUnlocked(ppp_graphics_3d_impl_->Graphics3DContextLost, instance);
ppp_mouse_lock_proxy.cc 72 CallWhileUnlocked(ppp_mouse_lock_impl_->MouseLockLost, instance);
ppp_text_input_proxy.cc 75 CallWhileUnlocked(ppp_text_input_impl_->RequestSurroundingText,
ppp_video_decoder_proxy.cc 126 CallWhileUnlocked(ppp_video_decoder_impl_->ProvidePictureBuffers,
140 CallWhileUnlocked(ppp_video_decoder_impl_->DismissPictureBuffer,
152 CallWhileUnlocked(ppp_video_decoder_impl_->PictureReady,
164 CallWhileUnlocked(ppp_video_decoder_impl_->NotifyError,
ppp_content_decryptor_private_proxy.cc 460 CallWhileUnlocked(
474 CallWhileUnlocked(
489 CallWhileUnlocked(
503 CallWhileUnlocked(
517 CallWhileUnlocked(
538 CallWhileUnlocked(ppp_decryptor_impl_->Decrypt,
563 CallWhileUnlocked(
589 CallWhileUnlocked(
602 CallWhileUnlocked(
615 CallWhileUnlocked(
    [all...]
ppp_input_event_proxy.cc 95 CallWhileUnlocked(ppp_input_event_impl_->HandleInputEvent,
106 *result = CallWhileUnlocked(ppp_input_event_impl_->HandleInputEvent,
message_handler.cc 26 CallWhileUnlocked(function, instance, user_data, message_data.get());
37 PP_Var return_value = CallWhileUnlocked(function,
ppp_class_proxy.cc 281 *result = CallWhileUnlocked(ToPPPClass(ppp_class)->HasProperty,
293 *result = CallWhileUnlocked(ToPPPClass(ppp_class)->HasMethod,
305 result.Return(dispatcher(), CallWhileUnlocked(
327 CallWhileUnlocked(ToPPPClass(ppp_class)->SetProperty,
337 CallWhileUnlocked(ToPPPClass(ppp_class)->RemoveProperty,
352 result.Return(dispatcher(), CallWhileUnlocked(ToPPPClass(ppp_class)->Call,
366 result.Return(dispatcher(), CallWhileUnlocked(
376 CallWhileUnlocked(ToPPPClass(ppp_class)->Deallocate, ToUserData(object));
ppp_instance_private_proxy.cc 73 CallWhileUnlocked(ppp_instance_private_impl_->GetInstanceObject,
ppp_pdf_proxy.cc 73 CallWhileUnlocked(ppp_pdf_->Transform, instance, type);
video_capture_resource.cc 165 CallWhileUnlocked(ppp_video_capture_impl_->OnDeviceInfo,
187 CallWhileUnlocked(ppp_video_capture_impl_->OnStatus,
199 CallWhileUnlocked(ppp_video_capture_impl_->OnError,
211 CallWhileUnlocked(ppp_video_capture_impl_->OnBufferReady,
ppb_core_proxy.cc 50 CallWhileUnlocked(PP_RunCompletionCallback, &callback, result);
ppp_messaging_proxy.cc 109 CallWhileUnlocked(ppp_messaging_impl_->HandleMessage,
ppb_message_loop_proxy.cc 109 CallWhileUnlocked(
plugin_var_tracker.cc 281 CallWhileUnlocked(found->second.ppp_class->Deallocate, found->first);

Completed in 370 milliseconds