Searched refs:IsProcessingUserGesture (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/extensions/renderer/
H A Duser_gestures_native_handler.h17 void IsProcessingUserGesture(const v8::FunctionCallbackInfo<v8::Value>& args);
H A Duser_gestures_native_handler.cc16 RouteFunction("IsProcessingUserGesture",
17 base::Bind(&UserGesturesNativeHandler::IsProcessingUserGesture,
27 void UserGesturesNativeHandler::IsProcessingUserGesture( function in class:extensions::UserGesturesNativeHandler
/external/chromium_org/content/renderer/pepper/
H A Drenderer_ppapi_host_impl.cc191 return instance_object->IsProcessingUserGesture();
H A Dpepper_plugin_instance_impl.cc1904 if (fullscreen && !IsProcessingUserGesture())
1940 if (!IsProcessingUserGesture() &&
2183 bool PepperPluginInstanceImpl::IsProcessingUserGesture() { function in class:content::PepperPluginInstanceImpl
2192 if (!IsProcessingUserGesture())
2457 if (IsProcessingUserGesture()) {
2828 if (!IsProcessingUserGesture())
H A Dppb_var_deprecated_impl.cc271 if (accessor.instance() && accessor.instance()->IsProcessingUserGesture()) {
H A Dpepper_plugin_instance_impl.h323 bool IsProcessingUserGesture();
326 // if IsProcessingUserGesture returned true.
/external/chromium_org/extensions/renderer/resources/
H A Dtest_custom_bindings.js338 return userGestures.IsProcessingUserGesture();

Completed in 132 milliseconds