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

  /external/chromium_org/cc/layers/
image_layer.h 51 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
  /external/chromium_org/cc/resources/
bitmap_skpicture_content_layer_updater.h 30 BitmapSkPictureContentLayerUpdater* updater_; member in class:cc::BitmapSkPictureContentLayerUpdater::Resource
bitmap_content_layer_updater.h 37 BitmapContentLayerUpdater* updater_; member in class:cc::BitmapContentLayerUpdater::Resource
image_layer_updater.h 30 ImageLayerUpdater* updater_; member in class:cc::ImageLayerUpdater::Resource
  /external/chromium/chrome/browser/download/
download_status_updater_unittest.cc 16 : updater_(updater->AsWeakPtr()),
22 if (updater_)
23 updater_->AddDelegate(this);
27 EXPECT_TRUE(updater_);
28 if (updater_)
29 updater_->RemoveDelegate(this);
66 base::WeakPtr<DownloadStatusUpdater> updater_; member in class:__anon4503::MockDelegate
80 DownloadStatusUpdater updater_; member in class:DownloadStatusUpdaterTest
85 EXPECT_TRUE(updater_.GetProgress(&progress));
87 EXPECT_EQ(0, updater_.GetInProgressDownloadCount())
    [all...]
  /external/chromium_org/components/policy/core/common/cloud/
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...]
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 109 scoped_ptr<ComponentCloudPolicyUpdater> updater_; member in class:policy::ComponentCloudPolicyService::Backend
159 updater_.reset(new ComponentCloudPolicyUpdater(
171 updater_->UpdateExternalPolicy(response.Pass());
208 updater_->CancelUpdate((*removed)[i]);
  /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/download/
download_status_updater_unittest.cc 51 : updater_(new TestDownloadStatusUpdater()),
63 delete updater_;
64 updater_ = NULL;
100 updater_->AddManager(mgr);
153 updater_->OnDownloadUpdated(managers_[manager_index], item);
161 updater_->OnDownloadUpdated(managers_[manager_index], item);
185 TestDownloadStatusUpdater *updater_; local
199 EXPECT_TRUE(updater_->GetProgress(&progress, &download_count));
215 EXPECT_TRUE(updater_->GetProgress(&progress, &download_count));
234 EXPECT_TRUE(updater_->GetProgress(&progress, &download_count))
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_service.h 581 scoped_ptr<ExtensionUpdater> updater_; member in class:ExtensionService
extension_updater.cc 374 : updater_(updater) {
431 if (!updater_) {
442 updater_->OnCRXFileWritten(id, path, download_url);
447 if (!updater_) {
450 updater_->OnCRXFileWriteError(id);
454 base::WeakPtr<ExtensionUpdater> updater_; member in class:ExtensionUpdaterFileHandler
619 : xml_(xml), updater_(updater) {
675 if (!updater_) {
678 updater_->HandleManifestResults(*fetch_data_, &results);
684 if (!updater_) {
701 base::WeakPtr<ExtensionUpdater> updater_; member in class:SafeManifestParser
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_service.h 794 scoped_ptr<extensions::ExtensionUpdater> updater_; member in class:ExtensionService
    [all...]

Completed in 831 milliseconds