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

  /external/chromium_org/third_party/WebKit/public/platform/
WebLockOrientationCallback.h 8 #include "public/platform/WebLockOrientationError.h"
23 virtual void onError(WebLockOrientationError) = 0;
WebLockOrientationError.h 10 enum WebLockOrientationError {
  /external/chromium_org/content/public/browser/
screen_orientation_dispatcher_host.h 9 #include "third_party/WebKit/public/platform/WebLockOrientationError.h"
29 blink::WebLockOrientationError error) = 0;
  /external/chromium_org/content/common/
screen_orientation_messages.h 10 #include "third_party/WebKit/public/platform/WebLockOrientationError.h"
26 blink::WebLockOrientationError,
49 blink::WebLockOrientationError /* error */)
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
LockOrientationCallback.h 28 virtual void onError(WebLockOrientationError) OVERRIDE;
LockOrientationCallback.cpp 29 void LockOrientationCallback::onError(WebLockOrientationError error)
  /external/chromium_org/content/browser/screen_orientation/
screen_orientation_dispatcher_host_impl.h 10 #include "third_party/WebKit/public/platform/WebLockOrientationError.h"
32 blink::WebLockOrientationError error) OVERRIDE;
54 blink::WebLockOrientationError error);
screen_orientation_dispatcher_host_impl.cc 88 int request_id, blink::WebLockOrientationError error) {
100 blink::WebLockOrientationError error) {
  /external/chromium_org/content/renderer/screen_orientation/
screen_orientation_dispatcher.h 46 blink::WebLockOrientationError error);
screen_orientation_dispatcher.cc 44 int request_id, blink::WebLockOrientationError error) {
screen_orientation_dispatcher_unittest.cc 35 blink::WebLockOrientationError error_;
45 virtual void onError(blink::WebLockOrientationError error) {
143 std::list<blink::WebLockOrientationError> errors;
149 for (std::list<blink::WebLockOrientationError>::const_iterator

Completed in 328 milliseconds