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

  /external/chromium_org/extensions/renderer/
user_gestures_native_handler.h 19 void RunWithoutUserGesture(const v8::FunctionCallbackInfo<v8::Value>& args);
user_gestures_native_handler.cc 22 RouteFunction("RunWithoutUserGesture",
23 base::Bind(&UserGesturesNativeHandler::RunWithoutUserGesture,
43 void UserGesturesNativeHandler::RunWithoutUserGesture(
  /external/chromium_org/extensions/renderer/resources/
test_custom_bindings.js 346 apiFunctions.setHandleRequest('runWithoutUserGesture', function(callback) {
348 return userGestures.RunWithoutUserGesture(callback);

Completed in 172 milliseconds