OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:screen_orientation_client_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/shell/renderer/test_runner/
web_test_proxy.cc
638
if (!
screen_orientation_client_
)
642
screen_orientation_client_
->CurrentOrientationType();
644
screen_orientation_client_
->CurrentOrientationAngle();
649
if (!
screen_orientation_client_
.get()) {
650
screen_orientation_client_
.reset(new MockScreenOrientationClient);
652
return
screen_orientation_client_
.get();
[
all
...]
web_test_proxy.h
277
scoped_ptr<MockScreenOrientationClient>
screen_orientation_client_
;
member in class:content::WebTestProxyBase
Completed in 47 milliseconds