Home
last modified time | relevance | path

Searched refs:screen_orientation_dispatcher_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/
Drender_frame_impl.h737 ScreenOrientationDispatcher* screen_orientation_dispatcher_; variable
Drender_frame_impl.cc458 screen_orientation_dispatcher_(NULL), in RenderFrameImpl()
3178 if (!screen_orientation_dispatcher_) in webScreenOrientationClient()
3179 screen_orientation_dispatcher_ = new ScreenOrientationDispatcher(this); in webScreenOrientationClient()
3180 return screen_orientation_dispatcher_; in webScreenOrientationClient()