OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReflectorImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/aura/
reflector_impl.cc
15
ReflectorImpl
::
ReflectorImpl
(
32
base::Bind(&
ReflectorImpl
::InitOnImplThread, this));
35
void
ReflectorImpl
::InitOnImplThread() {
54
base::Bind(&
ReflectorImpl
::FullRedrawContentOnMainThread,
55
scoped_refptr<
ReflectorImpl
>(this)));
58
void
ReflectorImpl
::OnSourceSurfaceReady(int surface_id) {
63
void
ReflectorImpl
::Shutdown() {
69
base::Bind(&
ReflectorImpl
::ShutdownOnImplThread, this));
72
void
ReflectorImpl
::ShutdownOnImplThread()
[
all
...]
reflector_impl.h
30
class
ReflectorImpl
: public ImageTransportFactoryObserver,
31
public base::SupportsWeakPtr<
ReflectorImpl
>,
34
ReflectorImpl
(
83
virtual ~
ReflectorImpl
();
96
// This exists just to hold a reference to a
ReflectorImpl
in a post task,
97
// so the
ReflectorImpl
gets deleted when the function returns.
98
static void DeleteOnMainThread(scoped_refptr<
ReflectorImpl
> reflector) {}
Completed in 351 milliseconds