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

  /external/chromium_org/third_party/WebKit/public/platform/
WebLockOrientationError.h 18 WebLockOrientationErrorCanceled,
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
LockOrientationCallback.cpp 43 case WebLockOrientationErrorCanceled:
  /external/chromium_org/content/common/
screen_orientation_messages.h 28 blink::WebLockOrientationErrorCanceled)
  /external/chromium_org/content/renderer/screen_orientation/
screen_orientation_dispatcher_unittest.cc 121 EXPECT_EQ(blink::WebLockOrientationErrorCanceled, callback_results.error_);
137 EXPECT_EQ(blink::WebLockOrientationErrorCanceled, callback_results.error_);
147 errors.push_back(blink::WebLockOrientationErrorCanceled);
208 routing_id(), request_id + 1, blink::WebLockOrientationErrorCanceled));
239 EXPECT_EQ(blink::WebLockOrientationErrorCanceled, callback_results1.error_);
screen_orientation_dispatcher.cc 56 iterator.GetCurrentValue()->onError(blink::WebLockOrientationErrorCanceled);
  /external/chromium_org/content/browser/screen_orientation/
screen_orientation_dispatcher_host_impl.cc 117 blink::WebLockOrientationErrorCanceled);
137 blink::WebLockOrientationErrorCanceled);
screen_orientation_provider_android.cc 67 blink::WebLockOrientationErrorCanceled);

Completed in 233 milliseconds