OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeviceOrientationInspectorAgent
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceOrientationInspectorAgent.h
18
class
DeviceOrientationInspectorAgent
FINAL : public InspectorBaseAgent<
DeviceOrientationInspectorAgent
>, public InspectorBackendDispatcher::DeviceOrientationCommandHandler {
19
WTF_MAKE_NONCOPYABLE(
DeviceOrientationInspectorAgent
);
23
virtual ~
DeviceOrientationInspectorAgent
();
35
explicit
DeviceOrientationInspectorAgent
(Page&);
DeviceOrientationInspectorAgent.cpp
6
#include "modules/device_orientation/
DeviceOrientationInspectorAgent
.h"
25
void
DeviceOrientationInspectorAgent
::provideTo(Page& page)
27
OwnPtrWillBeRawPtr<
DeviceOrientationInspectorAgent
> deviceOrientationAgent(adoptPtrWillBeNoop(new
DeviceOrientationInspectorAgent
(page)));
31
DeviceOrientationInspectorAgent
::~
DeviceOrientationInspectorAgent
()
35
DeviceOrientationInspectorAgent
::
DeviceOrientationInspectorAgent
(Page& page)
36
: InspectorBaseAgent<
DeviceOrientationInspectorAgent
>("DeviceOrientation")
41
DeviceOrientationController&
DeviceOrientationInspectorAgent
::controller(
[
all
...]
/external/chromium_org/third_party/WebKit/Source/modules/
modules.target.darwin-arm.mk
161
third_party/WebKit/Source/modules/device_orientation/
DeviceOrientationInspectorAgent
.cpp \
[
all
...]
modules.target.darwin-arm64.mk
161
third_party/WebKit/Source/modules/device_orientation/
DeviceOrientationInspectorAgent
.cpp \
[
all
...]
modules.target.darwin-mips.mk
161
third_party/WebKit/Source/modules/device_orientation/
DeviceOrientationInspectorAgent
.cpp \
[
all
...]
modules.target.darwin-mips64.mk
161
third_party/WebKit/Source/modules/device_orientation/
DeviceOrientationInspectorAgent
.cpp \
[
all
...]
modules.target.darwin-x86.mk
161
third_party/WebKit/Source/modules/device_orientation/
DeviceOrientationInspectorAgent
.cpp \
[
all
...]
modules.target.darwin-x86_64.mk
161
third_party/WebKit/Source/modules/device_orientation/
DeviceOrientationInspectorAgent
.cpp \
[
all
...]
modules.target.linux-arm.mk
161
third_party/WebKit/Source/modules/device_orientation/
DeviceOrientationInspectorAgent
.cpp \
[
all
...]
modules.target.linux-arm64.mk
161
third_party/WebKit/Source/modules/device_orientation/
DeviceOrientationInspectorAgent
.cpp \
[
all
...]
modules.target.linux-mips.mk
161
third_party/WebKit/Source/modules/device_orientation/
DeviceOrientationInspectorAgent
.cpp \
[
all
...]
modules.target.linux-mips64.mk
161
third_party/WebKit/Source/modules/device_orientation/
DeviceOrientationInspectorAgent
.cpp \
[
all
...]
modules.target.linux-x86.mk
161
third_party/WebKit/Source/modules/device_orientation/
DeviceOrientationInspectorAgent
.cpp \
[
all
...]
modules.target.linux-x86_64.mk
161
third_party/WebKit/Source/modules/device_orientation/
DeviceOrientationInspectorAgent
.cpp \
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp
88
#include "modules/device_orientation/
DeviceOrientationInspectorAgent
.h"
440
DeviceOrientationInspectorAgent
::provideTo(*m_page);
[
all
...]
Completed in 181 milliseconds