Searched defs:WebLockOrientationErrorCanceled (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebLockOrientationError.h18 WebLockOrientationErrorCanceled, enumerator in enum:blink::WebLockOrientationError
/external/chromium_org/content/renderer/screen_orientation/
H A Dscreen_orientation_dispatcher_unittest.cc121 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)); member in class:content::blink
239 EXPECT_EQ(blink::WebLockOrientationErrorCanceled, callback_results1.error_);

Completed in 1596 milliseconds