Home
last modified time | relevance | path

Searched refs:rotateView (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebPlugin.h169 virtual void rotateView(RotationType type) { } in rotateView() function
/external/chromium_org/content/renderer/pepper/
Dpepper_webplugin_impl.h87 virtual void rotateView(RotationType type) OVERRIDE;
Dpepper_webplugin_impl.cc296 void PepperWebPluginImpl::rotateView(RotationType type) { in rotateView() function in content::PepperWebPluginImpl
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp3197 plugin->plugin()->rotateView(WebPlugin::RotationType90Clockwise); in performPluginAction()
3200 plugin->plugin()->rotateView(WebPlugin::RotationType90Counterclockwise); in performPluginAction()