OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NativeViewportImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/mojo/services/native_viewport/
native_viewport_impl.cc
32
NativeViewportImpl
::
NativeViewportImpl
(ApplicationImpl* app, bool is_headless)
42
NativeViewportImpl
::~
NativeViewportImpl
() {
48
void
NativeViewportImpl
::Create(SizePtr bounds) {
58
void
NativeViewportImpl
::Show() {
62
void
NativeViewportImpl
::Hide() {
66
void
NativeViewportImpl
::Close() {
71
void
NativeViewportImpl
::SetBounds(SizePtr bounds) {
75
void
NativeViewportImpl
::SubmittedFrame(SurfaceIdPtr child_surface_id)
[
all
...]
native_viewport_impl.h
24
class
NativeViewportImpl
: public InterfaceImpl<NativeViewport>,
27
NativeViewportImpl
(ApplicationImpl* app, bool is_headless);
28
virtual ~
NativeViewportImpl
();
57
base::WeakPtrFactory<
NativeViewportImpl
> weak_factory_;
59
DISALLOW_COPY_AND_ASSIGN(
NativeViewportImpl
);
Completed in 1944 milliseconds