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

  /external/chromium_org/athena/content/
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...]
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);

Completed in 635 milliseconds