Home
last modified time | relevance | path

Searched refs:WebLockOrientationCallback (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/content/renderer/screen_orientation/
Dscreen_orientation_dispatcher.cc35 blink::WebLockOrientationCallback* callback = in OnLockSuccess()
45 blink::WebLockOrientationCallback* callback = in OnLockError()
54 for (CallbackMap::Iterator<blink::WebLockOrientationCallback> in CancelPendingLocks()
63 blink::WebLockOrientationCallback* callback) { in lockOrientation()
Dscreen_orientation_dispatcher.h41 blink::WebLockOrientationCallback* callback) OVERRIDE;
55 typedef IDMap<blink::WebLockOrientationCallback, IDMapOwnPointer> CallbackMap;
Dscreen_orientation_dispatcher_unittest.cc27 public blink::WebLockOrientationCallback {
90 blink::WebLockOrientationCallback* callback) { in LockOrientation()
/external/chromium_org/third_party/WebKit/public/platform/
DWebLockOrientationCallback.h18 class WebLockOrientationCallback {
20 virtual ~WebLockOrientationCallback() { } in ~WebLockOrientationCallback()
DWebScreenOrientationClient.h12 class WebLockOrientationCallback; variable
20 virtual void lockOrientation(WebScreenOrientationLockType, WebLockOrientationCallback*) = 0;
/external/chromium_org/content/shell/renderer/test_runner/
Dmock_screen_orientation_client.h35 blink::WebLockOrientationCallback* callback);
39 blink::WebLockOrientationCallback*);
Dmock_screen_orientation_client.cc111 blink::WebLockOrientationCallback* callback) { in lockOrientation()
129 blink::WebLockOrientationCallback* callback) { in UpdateLockSync()
/external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
DLockOrientationCallback.h21 class LockOrientationCallback FINAL : public WebLockOrientationCallback {
DScreenOrientationController.h35 void lock(WebScreenOrientationLockType, WebLockOrientationCallback*);
DScreenOrientationController.cpp156 …tionController::lock(WebScreenOrientationLockType orientation, WebLockOrientationCallback* callbac… in lock()