Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/public/web/
DWebPlugin.h167 virtual bool canRotateView() { return false; } in canRotateView() function
/external/chromium_org/content/renderer/pepper/
Dpepper_webplugin_impl.h86 virtual bool canRotateView() OVERRIDE;
Dpepper_webplugin_impl.cc292 bool PepperWebPluginImpl::canRotateView() { in canRotateView() function in content::PepperWebPluginImpl
/external/chromium_org/third_party/WebKit/Source/web/
DContextMenuClientImpl.cpp272 if (plugin->plugin()->canRotateView()) in showContextMenu()