OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetWindowSurface
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/public/browser/android/
compositor.h
59
virtual void
SetWindowSurface
(ANativeWindow* window) = 0;
/external/chromium_org/content/browser/renderer_host/
compositor_impl_android.h
52
virtual void
SetWindowSurface
(ANativeWindow* window) OVERRIDE;
compositor_impl_android.cc
165
void CompositorImpl::
SetWindowSurface
(ANativeWindow* window) {
198
SetWindowSurface
(NULL);
205
SetWindowSurface
(window);
Completed in 35 milliseconds