OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canRotateView
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebPlugin.h
176
virtual bool
canRotateView
() { return false; }
/external/chromium_org/content/renderer/pepper/
pepper_webplugin_impl.h
84
virtual bool
canRotateView
() OVERRIDE;
pepper_webplugin_impl.cc
273
bool PepperWebPluginImpl::
canRotateView
() { return instance_->
CanRotateView
(); }
/external/chromium_org/third_party/WebKit/Source/web/
ContextMenuClientImpl.cpp
295
if (plugin->plugin()->
canRotateView
())
Completed in 136 milliseconds