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

  /external/chromium_org/cc/layers/
content_layer.cc 55 if (!updater_.get())
59 updater_->set_rendering_stats_instrumentation(
62 updater_->set_rendering_stats_instrumentation(NULL);
93 return updater_.get();
97 if (updater_.get())
102 updater_ = BitmapSkPictureContentLayerUpdater::Create(
107 updater_ = BitmapContentLayerUpdater::Create(
112 updater_->SetOpaque(contents_opaque());
114 updater_->SetFillsBoundsCompletely(client_->FillsBoundsCompletely());
122 if (updater_.get()
    [all...]
image_layer.cc 46 if (!updater_->UsingBitmap(bitmap_)) {
47 updater_->SetBitmap(bitmap_);
55 if (updater_.get())
58 updater_ = ImageLayerUpdater::Create();
64 return updater_.get();
image_layer.h 52 scoped_refptr<ImageLayerUpdater> updater_; member in class:cc::ImageLayer
content_layer.h 73 scoped_refptr<ContentLayerUpdater> updater_; member in class:cc::ContentLayer
video_layer_impl.h 56 scoped_ptr<VideoResourceUpdater> updater_; member in class:cc::VideoLayerImpl
video_layer_impl.cc 88 updater_.reset();
97 if (!updater_) {
98 updater_.reset(
104 updater_->CreateExternalResourcesFromVideoFrame(frame_);
324 updater_.reset();
  /external/chromium_org/chrome/browser/download/
download_status_updater_unittest.cc 51 : 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_->GetProgress(&progress, &download_count))
    [all...]
  /external/chromium_org/components/policy/core/common/cloud/
component_cloud_policy_updater_unittest.cc 81 scoped_ptr<ComponentCloudPolicyUpdater> updater_; member in class:policy::ComponentCloudPolicyUpdaterTest
97 updater_.reset(new ComponentCloudPolicyUpdater(
118 updater_.reset();
130 updater_->UpdateExternalPolicy(CreateResponse());
155 updater_->UpdateExternalPolicy(CreateResponse());
160 updater_->UpdateExternalPolicy(CreateResponse());
163 updater_->UpdateExternalPolicy(CreateResponse());
179 updater_->UpdateExternalPolicy(CreateResponse());
185 updater_->UpdateExternalPolicy(CreateResponse());
188 updater_->UpdateExternalPolicy(CreateResponse())
    [all...]
external_policy_data_updater.cc 134 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_->OnJobFailed(this)
    [all...]
component_cloud_policy_service.cc 102 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]);
external_policy_data_updater_unittest.cc 75 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]);
    [all...]
  /external/chromium_org/cc/resources/
bitmap_skpicture_content_layer_updater.cc 19 : ContentLayerUpdater::Resource(texture.Pass()), updater_(updater) {}
27 updater_->layer_is_opaque() ? kOpaque_SkAlphaType : kPremul_SkAlphaType;
31 updater_->PaintContentsRect(&canvas, source_rect);
bitmap_skpicture_content_layer_updater.h 30 BitmapSkPictureContentLayerUpdater* updater_; member in class:cc::BitmapSkPictureContentLayerUpdater::Resource
image_layer_updater.h 30 ImageLayerUpdater* updater_; member in class:cc::ImageLayerUpdater::Resource
image_layer_updater.cc 13 : LayerUpdater::Resource(texture.Pass()), updater_(updater) {}
21 updater_->UpdateTexture(
bitmap_content_layer_updater.cc 20 : LayerUpdater::Resource(texture.Pass()), updater_(updater) {}
29 updater_->UpdateTexture(
bitmap_content_layer_updater.h 38 BitmapContentLayerUpdater* updater_; member in class:cc::BitmapContentLayerUpdater::Resource
  /external/chromium_org/chrome/browser/chromeos/policy/
cloud_external_data_manager_base.cc 72 // 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_ && metadata->second != old_metadata[policy])
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_service.h 380 extensions::ExtensionUpdater* updater() { return updater_.get(); }
606 scoped_ptr<extensions::ExtensionUpdater> updater_; member in class:ExtensionService
extension_service.cc 330 updater_.reset(new extensions::ExtensionUpdater(
    [all...]

Completed in 128 milliseconds