Searched refs:updater_ (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/cc/layers/
H A Dimage_layer.cc51 if (!updater_->UsingBitmap(bitmap_)) {
52 updater_->SetBitmap(bitmap_);
60 if (updater_.get())
63 updater_ = ImageLayerUpdater::Create();
69 return updater_.get();
H A Dcontent_layer.cc58 if (!updater_.get())
62 updater_->set_rendering_stats_instrumentation(
65 updater_->set_rendering_stats_instrumentation(NULL);
96 return updater_.get();
100 if (updater_.get())
105 updater_ = BitmapSkPictureContentLayerUpdater::Create(
110 updater_ = BitmapContentLayerUpdater::Create(
115 updater_->SetOpaque(contents_opaque());
117 updater_->SetFillsBoundsCompletely(client_->FillsBoundsCompletely());
118 updater_
[all...]
H A Dimage_layer.h50 scoped_refptr<ImageLayerUpdater> updater_; member in class:cc::ImageLayer
H A Dcontent_layer.h72 scoped_refptr<ContentLayerUpdater> updater_; member in class:cc::ContentLayer
H A Dvideo_layer_impl.h65 scoped_ptr<VideoResourceUpdater> updater_; member in class:cc::VideoLayerImpl
H A Dvideo_layer_impl.cc93 updater_.reset();
102 if (!updater_) {
103 updater_.reset(
109 updater_->CreateExternalResourcesFromVideoFrame(frame_);
361 updater_.reset();
/external/chromium_org/chrome/browser/download/
H A Ddownload_status_updater_unittest.cc51 : updater_(new TestDownloadStatusUpdater()),
59 delete updater_;
60 updater_ = NULL;
96 updater_->AddManager(mgr);
147 updater_->OnDownloadUpdated(managers_[manager_index], item);
155 updater_->OnDownloadUpdated(managers_[manager_index], item);
179 TestDownloadStatusUpdater *updater_; local
193 EXPECT_TRUE(updater_->GetProgress(&progress, &download_count));
209 EXPECT_TRUE(updater_->GetProgress(&progress, &download_count));
228 EXPECT_TRUE(updater_
[all...]
/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_updater_unittest.cc81 scoped_ptr<ComponentCloudPolicyUpdater> updater_; member in class:policy::ComponentCloudPolicyUpdaterTest
97 updater_.reset(new ComponentCloudPolicyUpdater(
124 updater_.reset();
136 updater_->UpdateExternalPolicy(CreateResponse());
161 updater_->UpdateExternalPolicy(CreateResponse());
166 updater_->UpdateExternalPolicy(CreateResponse());
169 updater_->UpdateExternalPolicy(CreateResponse());
185 updater_->UpdateExternalPolicy(CreateResponse());
191 updater_->UpdateExternalPolicy(CreateResponse());
194 updater_
[all...]
H A Dexternal_policy_data_updater.cc134 ExternalPolicyDataUpdater* updater_; member in class:policy::ExternalPolicyDataUpdater::FetchJob
142 // |updater_|'s OnJobSucceeded() or OnJobFailed() method in this case.
179 : updater_(updater),
193 updater_->external_policy_data_fetcher_->CancelJob(fetch_job_);
194 // Inform the |updater_| that the job was canceled.
195 updater_->OnJobFailed(this);
212 fetch_job_ = updater_->external_policy_data_fetcher_->StartJob(
271 updater_->OnJobSucceeded(this);
281 updater_->task_runner_->PostDelayedTask(
287 updater_
[all...]
H A Dcomponent_cloud_policy_service.cc102 scoped_ptr<ComponentCloudPolicyUpdater> updater_; member in class:policy::ComponentCloudPolicyService::Backend
152 updater_.reset(new ComponentCloudPolicyUpdater(
166 updater_->UpdateExternalPolicy(response.Pass());
198 updater_->CancelUpdate((*removed)[i]);
H A Dexternal_policy_data_updater_unittest.cc75 scoped_ptr<ExternalPolicyDataUpdater> updater_; member in class:policy::ExternalPolicyDataUpdaterTest
88 updater_.reset(new ExternalPolicyDataUpdater(
96 updater_->FetchExternalData(
561 updater_->CancelExternalDataFetch(kExternalPolicyDataKeys[0]);
864 updater_->CancelExternalDataFetch(kExternalPolicyDataKeys[0]);
/external/chromium_org/cc/resources/
H A Dbitmap_skpicture_content_layer_updater.cc19 : ContentLayerUpdater::Resource(texture.Pass()), updater_(updater) {}
27 updater_->layer_is_opaque() ? kOpaque_SkAlphaType : kPremul_SkAlphaType;
31 updater_->PaintContentsRect(&canvas, source_rect);
H A Dbitmap_skpicture_content_layer_updater.h30 BitmapSkPictureContentLayerUpdater* updater_; member in class:cc::BitmapSkPictureContentLayerUpdater::Resource
H A Dimage_layer_updater.h30 ImageLayerUpdater* updater_; member in class:cc::ImageLayerUpdater::Resource
H A Dimage_layer_updater.cc13 : LayerUpdater::Resource(texture.Pass()), updater_(updater) {}
21 updater_->UpdateTexture(
H A Dbitmap_content_layer_updater.cc20 : LayerUpdater::Resource(texture.Pass()), updater_(updater) {}
29 updater_->UpdateTexture(
H A Dbitmap_content_layer_updater.h38 BitmapContentLayerUpdater* updater_; member in class:cc::BitmapContentLayerUpdater::Resource
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dcloud_external_data_manager_base.cc72 // Called by the |updater_| when the external |data| referenced by |policy|
112 // Tells the |updater_| to download the external data referenced by |policy|.
113 // If Connect() was not called yet and no |updater_| exists, does nothing.
143 scoped_ptr<ExternalPolicyDataUpdater> updater_; member in class:policy::CloudExternalDataManagerBase::Backend
167 DCHECK(!updater_);
168 updater_.reset(new ExternalPolicyDataUpdater(
179 updater_.reset();
199 if (updater_) {
201 updater_->CancelExternalDataFetch(policy);
212 if (updater_
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service.h408 extensions::ExtensionUpdater* updater() { return updater_.get(); }
642 scoped_ptr<extensions::ExtensionUpdater> updater_; member in class:ExtensionService
H A Dextension_service.cc304 updater_.reset(new extensions::ExtensionUpdater(
1147 if (!updater_.get())
1151 updater_->CheckSoon();
1323 if (updater_)
1324 updater_->Start();

Completed in 256 milliseconds