OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rotateView
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebPlugin.h
178
virtual void
rotateView
(RotationType type) { }
/external/chromium_org/content/renderer/pepper/
pepper_webplugin_impl.h
85
virtual void
rotateView
(RotationType type) OVERRIDE;
pepper_webplugin_impl.cc
275
void PepperWebPluginImpl::
rotateView
(RotationType type) {
276
instance_->
RotateView
(type);
/external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp
[
all
...]
Completed in 163 milliseconds