Searched defs:ContentProxy (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/athena/content/
H A Dcontent_proxy.h30 class ContentProxy { class in namespace:athena
34 ContentProxy(views::WebView* web_view, Activity* activity);
40 virtual ~ContentProxy();
107 // completion callback does not trigger on a destroyed ContentProxy.
108 base::WeakPtrFactory<ContentProxy> proxy_content_to_image_factory_;
110 DISALLOW_COPY_AND_ASSIGN(ContentProxy);
H A Dcontent_proxy.cc63 ContentProxy::ContentProxy(views::WebView* web_view, Activity* activity) function in class:athena::ContentProxy
73 ContentProxy::~ContentProxy() {
79 void ContentProxy::ContentWillUnload() {
83 gfx::ImageSkia ContentProxy::GetContentImage() {
94 void ContentProxy::EvictContent() {
99 void ContentProxy::OnPreContentDestroyed() {
109 void ContentProxy::ShowOriginalContent() {
124 void ContentProxy
[all...]

Completed in 197 milliseconds