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

  /external/chromium_org/chrome/browser/task_manager/
background_resource_provider.cc 39 class BackgroundContentsResource : public RendererResource {
41 BackgroundContentsResource(
44 virtual ~BackgroundContentsResource();
63 DISALLOW_COPY_AND_ASSIGN(BackgroundContentsResource);
66 gfx::ImageSkia* BackgroundContentsResource::default_icon_ = NULL;
71 BackgroundContentsResource::BackgroundContentsResource(
94 BackgroundContentsResource::~BackgroundContentsResource() {
97 string16 BackgroundContentsResource::GetTitle() const
    [all...]
background_resource_provider.h 21 class BackgroundContentsResource;
57 typedef std::map<BackgroundContents*, BackgroundContentsResource*>

Completed in 2332 milliseconds