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

  /external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service.cc 108 if (!GetManager()) {
131 UserCloudPolicyManager* manager = GetManager();
140 UserCloudPolicyManager* manager = GetManager();
163 DCHECK(!GetManager()->IsClientRegistered());
172 GetManager()->core()->client(),
188 if (GetManager()->IsClientRegistered()) {
user_policy_signin_service_base.cc 59 UserCloudPolicyManager* manager = GetManager();
133 UserCloudPolicyManager* manager = GetManager();
151 DCHECK(!GetManager() || !GetManager()->core()->client());
154 if (!GetManager() || !ShouldLoadPolicyForUser(username)) {
181 if (!GetManager() || !GetSigninManager()) {
208 UserCloudPolicyManager* manager = GetManager();
233 UserCloudPolicyManager* manager = GetManager();
249 UserCloudPolicyManager* manager = GetManager();
254 UserCloudPolicyManager* UserPolicySigninServiceBase::GetManager() {
    [all...]
user_policy_signin_service_android.cc 99 UserCloudPolicyManager* manager = GetManager();
143 DCHECK(!GetManager()->IsClientRegistered());
144 DCHECK(GetManager()->core()->client());
152 GetManager()->core()->client(),
user_policy_signin_service_base.h 148 UserCloudPolicyManager* GetManager();
  /external/chromium_org/chrome/browser/ui/webui/
downloads_dom_handler.cc 337 (manager == main_notifier_.GetManager()))));
453 main_notifier_.GetManager()->RemoveAllDownloads();
457 if (original_notifier_.get() && original_notifier_->GetManager())
458 original_notifier_->GetManager()->RemoveAllDownloads();
471 content::DownloadManager* manager = main_notifier_.GetManager();
497 if (main_notifier_.GetManager()) {
498 main_notifier_.GetManager()->GetAllDownloads(&all_items);
499 main_notifier_.GetManager()->CheckForHistoryFilesRemoval();
501 if (original_notifier_.get() && original_notifier_->GetManager()) {
502 original_notifier_->GetManager()->GetAllDownloads(&all_items)
    [all...]
  /external/chromium_org/chrome/browser/download/
download_history.cc 199 notifier_.GetManager()->GetAllDownloads(&items);
202 OnDownloadCreated(notifier_.GetManager(), *it);
227 if (!notifier_.GetManager())
232 content::DownloadItem* item = notifier_.GetManager()->CreateDownloadItem(
258 notifier_.GetManager()->CheckForHistoryFilesRemoval();
299 if (!notifier_.GetManager())
302 content::DownloadItem* item = notifier_.GetManager()->GetDownload(
335 OnDownloadUpdated(notifier_.GetManager(), item);
365 OnDownloadRemoved(notifier_.GetManager(), item);
download_status_updater.cc 68 if ((*it)->GetManager()) {
70 (*it)->GetManager()->GetAllDownloads(&items);
all_download_item_notifier.h 15 // Clients should use GetManager() instead of storing their own pointer to the
65 content::DownloadManager* GetManager() const { return manager_; }
  /external/chromium_org/chrome/browser/chromeos/drive/
download_handler.cc 223 DownloadManager* manager = notifier_->GetManager();
304 DownloadManager* manager = notifier_->GetManager();
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc 639 GetManager()->AddObserver(this);
    [all...]
autofill_dialog_controller_impl.h 249 virtual PersonalDataManager* GetManager() const;
    [all...]
autofill_dialog_controller_browsertest.cc 211 virtual PersonalDataManager* GetManager() const OVERRIDE {
    [all...]
autofill_dialog_controller_unittest.cc 307 virtual PersonalDataManager* GetManager() const OVERRIDE {
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.cc     [all...]

Completed in 180 milliseconds