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

  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientationController.h 22 class ScreenOrientationController FINAL
23 : public NoBaseWillBeGarbageCollectedFinalized<ScreenOrientationController>
27 WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(ScreenOrientationController);
28 WTF_MAKE_NONCOPYABLE(ScreenOrientationController);
30 virtual ~ScreenOrientationController();
39 static ScreenOrientationController* from(LocalFrame&);
45 explicit ScreenOrientationController(LocalFrame&, WebScreenOrientationClient*);
62 void dispatchEventTimerFired(Timer<ScreenOrientationController>*);
68 Timer<ScreenOrientationController> m_dispatchEventTimer;
ScreenOrientationController.cpp 6 #include "modules/screen_orientation/ScreenOrientationController.h"
20 ScreenOrientationController::~ScreenOrientationController()
24 void ScreenOrientationController::provideTo(LocalFrame& frame, WebScreenOrientationClient* client)
28 ScreenOrientationController* controller = new ScreenOrientationController(frame, client);
32 ScreenOrientationController* ScreenOrientationController::from(LocalFrame& frame)
34 return static_cast<ScreenOrientationController*>(WillBeHeapSupplement<LocalFrame>::from(frame, supplementName()));
37 ScreenOrientationController::ScreenOrientationController(LocalFrame& frame, WebScreenOrientationClient* client
    [all...]
ScreenOrientation.h 22 class ScreenOrientationController;
59 ScreenOrientationController* controller();
ScreenOrientation.cpp 16 #include "modules/screen_orientation/ScreenOrientationController.h"
93 // FIXME: ideally, we would like to provide the ScreenOrientationController
97 // In order to create the ScreenOrientationController lazily, we would need
178 ScreenOrientationController* ScreenOrientation::controller()
183 return ScreenOrientationController::from(*m_frame);
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp 154 #include "modules/screen_orientation/ScreenOrientationController.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/
modules.target.darwin-arm.mk 310 third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.cpp \
    [all...]
modules.target.darwin-arm64.mk 310 third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.cpp \
    [all...]
modules.target.darwin-mips.mk 310 third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.cpp \
    [all...]
modules.target.darwin-mips64.mk 310 third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.cpp \
    [all...]
modules.target.darwin-x86.mk 310 third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.cpp \
    [all...]
modules.target.darwin-x86_64.mk 310 third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.cpp \
    [all...]
modules.target.linux-arm.mk 310 third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.cpp \
    [all...]
modules.target.linux-arm64.mk 310 third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.cpp \
    [all...]
modules.target.linux-mips.mk 310 third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.cpp \
    [all...]
modules.target.linux-mips64.mk 310 third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.cpp \
    [all...]
modules.target.linux-x86.mk 310 third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.cpp \
    [all...]
modules.target.linux-x86_64.mk 310 third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.cpp \
    [all...]

Completed in 686 milliseconds