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

  /external/chromium_org/athena/content/
app_activity.cc 35 if (content_proxy_.get())
36 content_proxy_->OnPreContentDestroyed();
37 return content_proxy_.Pass();
157 if (content_proxy_.get())
158 return content_proxy_->GetContentImage();
165 if (!content_proxy_.get())
172 if (!content_proxy_.get()) {
216 content_proxy_.reset();
220 if (!content_proxy_.get() && web_view_)
221 content_proxy_.reset(new ContentProxy(web_view_, this))
    [all...]
app_activity_proxy.cc 67 content_proxy_ = replaced_activity_->GetContentProxy();
106 return content_proxy_->GetContentImage();
app_activity.h 94 scoped_ptr<ContentProxy> content_proxy_; member in class:athena::AppActivity
app_activity_proxy.h 74 scoped_ptr<ContentProxy> content_proxy_; member in class:athena::AppActivityProxy
web_activity.cc 471 if (content_proxy_)
472 content_proxy_->ContentWillUnload();
560 if (content_proxy_.get())
561 content_proxy_->GetContentImage();
568 if (!content_proxy_.get())
575 if (!content_proxy_.get()) {
632 if (content_proxy_.get())
633 content_proxy_.reset(NULL);
637 if (!content_proxy_.get() && web_view_)
638 content_proxy_.reset(new ContentProxy(web_view_, this))
    [all...]
web_activity.h 112 scoped_ptr<ContentProxy> content_proxy_; member in class:athena::WebActivity

Completed in 901 milliseconds