OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnLostResources
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/content/browser/aura/
image_transport_factory_browsertest.cc
30
MOCK_METHOD0(
OnLostResources
, void());
48
EXPECT_CALL(observer,
OnLostResources
())
owned_mailbox.h
30
virtual void
OnLostResources
() OVERRIDE;
owned_mailbox.cc
33
void OwnedMailbox::
OnLostResources
() {
image_transport_factory.h
42
virtual void
OnLostResources
() = 0;
91
// (ImageTransportFactoryObserver::
OnLostResources
is called).
reflector_impl.h
56
virtual void
OnLostResources
() OVERRIDE;
reflector_impl.cc
100
void ReflectorImpl::
OnLostResources
() {
gpu_process_transport_factory.cc
76
// texture but not yet fired the
OnLostResources
callback, so poll to see if
84
virtual void
OnLostResources
() OVERRIDE {
507
OnLostResources
());
/external/chromium_org/content/browser/renderer_host/
image_transport_factory_android.h
26
virtual void
OnLostResources
() = 0;
compositor_impl_android.h
97
virtual void
OnLostResources
() OVERRIDE;
image_transport_factory_android.cc
192
OnLostResources
());
render_widget_host_view_android.h
197
virtual void
OnLostResources
() OVERRIDE;
compositor_impl_android.cc
410
void CompositorImpl::
OnLostResources
() {
render_widget_host_view_aura.h
405
virtual void
OnLostResources
() OVERRIDE;
[
all
...]
render_widget_host_view_android.cc
[
all
...]
render_widget_host_view_aura.cc
[
all
...]
Completed in 987 milliseconds