HomeSort by relevance Sort by last modified time
    Searched full:updater_ (Results 1 - 25 of 28) sorted by null

1 2

  /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:__anon4500::MockDelegate
80 DownloadStatusUpdater updater_; member in class:DownloadStatusUpdaterTest
85 EXPECT_TRUE(updater_.GetProgress(&progress));
87 EXPECT_EQ(0, updater_.GetInProgressDownloadCount())
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
command_observer_bridge_unittest.mm 43 : updater_(new CommandUpdater(NULL)),
46 scoped_ptr<CommandUpdater> updater_;
52 CommandObserverBridge bridge(observer_.get(), updater_.get());
59 CommandObserverBridge bridge(observer_.get(), updater_.get());
66 EXPECT_EQ(updater_->IsCommandEnabled(1), true);
67 EXPECT_EQ(updater_->IsCommandEnabled(2), true);
69 updater_->UpdateCommandEnabled(1, false);
73 updater_->UpdateCommandEnabled(2, false);
77 updater_->UpdateCommandEnabled(1, true);
83 updater_->UpdateCommandEnabled(3, false)
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
command_observer_bridge_unittest.mm 44 : updater_(new CommandUpdater(NULL)),
47 scoped_ptr<CommandUpdater> updater_;
53 CommandObserverBridge bridge(observer_.get(), updater_.get());
60 CommandObserverBridge bridge(observer_.get(), updater_.get());
67 EXPECT_EQ(updater_->IsCommandEnabled(1), true);
68 EXPECT_EQ(updater_->IsCommandEnabled(2), true);
70 updater_->UpdateCommandEnabled(1, false);
74 updater_->UpdateCommandEnabled(2, false);
78 updater_->UpdateCommandEnabled(1, true);
84 updater_->UpdateCommandEnabled(3, false)
    [all...]
  /external/chromium_org/cc/layers/
content_layer.cc 65 if (!updater_.get())
69 updater_->set_rendering_stats_instrumentation(
72 updater_->set_rendering_stats_instrumentation(NULL);
103 return updater_.get();
107 if (updater_.get())
112 updater_ = BitmapSkPictureContentLayerUpdater::Create(
117 updater_ = BitmapContentLayerUpdater::Create(
122 updater_->SetOpaque(contents_opaque());
131 if (updater_.get())
132 updater_->SetOpaque(opaque)
    [all...]
image_layer.cc 46 if (!updater_->UsingBitmap(bitmap_)) {
47 updater_->SetBitmap(bitmap_);
55 if (updater_.get())
58 updater_ = ImageLayerUpdater::Create();
65 return updater_.get();
nine_patch_layer.cc 79 if (updater_.get())
82 updater_ = ImageLayerUpdater::Create();
88 updater_->SetBitmap(bitmap_);
91 resource_ = updater_->CreateResource(
content_layer.h 67 scoped_refptr<ContentLayerUpdater> updater_; member in class:cc::ContentLayer
image_layer.h 50 scoped_refptr<ImageLayerUpdater> updater_; member in class:cc::ImageLayer
nine_patch_layer.h 47 scoped_refptr<ImageLayerUpdater> updater_; member in class:cc::NinePatchLayer
video_layer_impl.h 55 scoped_ptr<VideoResourceUpdater> updater_; member in class:cc::VideoLayerImpl
video_layer_impl.cc 87 updater_.reset();
96 if (!updater_)
97 updater_.reset(new VideoResourceUpdater(resource_provider));
100 updater_->CreateExternalResourcesFromVideoFrame(frame_);
294 updater_.reset();
  /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_org/chrome/browser/policy/cloud/
component_cloud_policy_updater_unittest.cc 80 scoped_ptr<ComponentCloudPolicyUpdater> updater_; member in class:policy::ComponentCloudPolicyUpdaterTest
93 updater_.reset(new ComponentCloudPolicyUpdater(
121 updater_->UpdateExternalPolicy(CreateResponse());
147 updater_->UpdateExternalPolicy(CreateResponse());
152 updater_->UpdateExternalPolicy(CreateResponse());
155 updater_->UpdateExternalPolicy(CreateResponse());
170 updater_->UpdateExternalPolicy(CreateResponse());
176 updater_->UpdateExternalPolicy(CreateResponse());
179 updater_->UpdateExternalPolicy(CreateResponse());
204 updater_->UpdateExternalPolicy(CreateResponse())
    [all...]
cloud_external_data_manager_base.cc 71 // Called by the |updater_| when the external |data| referenced by |policy|
111 // Tells the |updater_| to download the external data referenced by |policy|.
112 // If Connect() was not called yet and no |updater_| exists, does nothing.
141 scoped_ptr<ExternalPolicyDataUpdater> updater_; member in class:policy::CloudExternalDataManagerBase::Backend
163 DCHECK(!updater_);
164 updater_.reset(new ExternalPolicyDataUpdater(task_runner_,
174 updater_.reset();
194 if (updater_) {
196 updater_->CancelExternalDataFetch(policy);
207 if (updater_ && metadata->second != old_metadata[policy])
    [all...]
external_policy_data_updater.cc 145 ExternalPolicyDataUpdater* updater_; member in class:policy::ExternalPolicyDataUpdater::FetchJob
153 // the |updater_|'s OnJobSucceeded() or OnJobFailed() method eventually.
189 : updater_(updater),
204 updater_->OnJobFailed(this);
220 fetcher_->SetRequestContext(updater_->request_context_.get());
288 updater_->OnJobSucceeded(this);
311 updater_->task_runner_->PostDelayedTask(
317 updater_->OnJobFailed(this);
321 updater_->ScheduleJob(this);
component_cloud_policy_service.cc 95 scoped_ptr<ComponentCloudPolicyUpdater> updater_; member in class:policy::ComponentCloudPolicyService::Backend
142 updater_.reset(new ComponentCloudPolicyUpdater(
147 updater_.reset();
152 if (updater_)
153 updater_->UpdateExternalPolicy(response.Pass());
external_policy_data_updater_unittest.cc 72 scoped_ptr<ExternalPolicyDataUpdater> updater_; member in class:policy::ExternalPolicyDataUpdaterTest
81 updater_.reset(new ExternalPolicyDataUpdater(
89 updater_->FetchExternalData(
518 updater_->CancelExternalDataFetch(kExternalPolicyDataKeys[0]);
795 updater_->CancelExternalDataFetch(kExternalPolicyDataKeys[0]);
  /external/chromium_org/cc/resources/
bitmap_skpicture_content_layer_updater.cc 20 : ContentLayerUpdater::Resource(texture.Pass()), updater_(updater) {}
30 bitmap_.setIsOpaque(updater_->layer_is_opaque());
33 updater_->PaintContentsRect(&canvas, source_rect);
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) {}
28 updater_->UpdateTexture(
bitmap_content_layer_updater.h 36 BitmapContentLayerUpdater* updater_; member in class:cc::BitmapContentLayerUpdater::Resource
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
  /external/chromium/chrome/browser/extensions/
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...]
extension_service.cc 451 updater_.reset(new ExtensionUpdater(this,
    [all...]

Completed in 4170 milliseconds

1 2