HomeSort by relevance Sort by last modified time
    Searched refs:ContentProxy (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/athena/content/
content_proxy.h 30 class ContentProxy {
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);
content_proxy.cc 63 ContentProxy::ContentProxy(views::WebView* web_view, Activity* activity)
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::HideOriginalContent()
    [all...]
app_activity.h 25 class ContentProxy;
36 scoped_ptr<ContentProxy> GetContentProxy();
94 scoped_ptr<ContentProxy> content_proxy_;
web_activity.h 37 class ContentProxy;
112 scoped_ptr<ContentProxy> content_proxy_;
app_activity_proxy.h 74 scoped_ptr<ContentProxy> content_proxy_;
app_activity.cc 32 scoped_ptr<ContentProxy> AppActivity::GetContentProxy() {
221 content_proxy_.reset(new ContentProxy(web_view_, this));
web_activity.cc 638 content_proxy_.reset(new ContentProxy(web_view_, this));

Completed in 127 milliseconds