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
60
virtual void
SetWindowSurface
(ANativeWindow* window) = 0;
/external/chromium_org/content/browser/renderer_host/
compositor_impl_android.h
61
virtual void
SetWindowSurface
(ANativeWindow* window) OVERRIDE;
compositor_impl_android.cc
354
void CompositorImpl::
SetWindowSurface
(ANativeWindow* window) {
383
SetWindowSurface
(NULL);
395
SetWindowSurface
(window);
Completed in 6081 milliseconds