/external/chromium_org/base/metrics/ |
D | field_trial.cc | 229 FieldTrialList* FieldTrialList::global_ = NULL; member in base::FieldTrialList 242 DCHECK(!global_); in FieldTrialList() 244 global_ = this; in FieldTrialList() 259 DCHECK_EQ(this, global_); in ~FieldTrialList() 260 global_ = NULL; in ~FieldTrialList() 341 if (!global_) in Find() 343 AutoLock auto_lock(global_->lock_); in Find() 344 return global_->PreLockedFind(name); in Find() 389 if (!global_) in GetActiveFieldTrialGroups() 391 AutoLock auto_lock(global_->lock_); in GetActiveFieldTrialGroups() [all …]
|
D | field_trial.h | 459 static FieldTrialList* global_; // The singleton of this class. variable
|
/external/chromium/base/metrics/ |
D | field_trial.cc | 134 FieldTrialList* FieldTrialList::global_ = NULL; member in base::FieldTrialList 140 DCHECK(!global_); in FieldTrialList() 142 global_ = this; in FieldTrialList() 152 DCHECK(this == global_); in ~FieldTrialList() 153 global_ = NULL; in ~FieldTrialList() 158 if (!global_) { in Register() 162 AutoLock auto_lock(global_->lock_); in Register() 163 DCHECK(!global_->PreLockedFind(trial->name())); in Register() 165 global_->registered_[trial->name()] = trial; in Register() 170 if (!global_) in Find() [all …]
|
D | field_trial.h | 259 if (global_) in application_start_time() 260 return global_->application_start_time_; in application_start_time() 275 static FieldTrialList* global_; // The singleton of this class. variable
|
/external/chromium/chrome/browser/metrics/ |
D | thread_watcher.cc | 191 ThreadWatcherList* ThreadWatcherList::global_ = NULL; member in ThreadWatcherList 198 CHECK(!global_); in ThreadWatcherList() 199 global_ = this; in ThreadWatcherList() 206 DCHECK(this == global_); in ~ThreadWatcherList() 207 global_ = NULL; in ~ThreadWatcherList() 212 if (!global_) in Register() 214 base::AutoLock auto_lock(global_->lock_); in Register() 215 DCHECK(!global_->PreLockedFind(watcher->thread_id())); in Register() 216 global_->registered_[watcher->thread_id()] = watcher; in Register() 263 if (!global_) in StopWatchingAll() [all …]
|
D | thread_watcher.h | 263 static ThreadWatcherList* global_; // The singleton of this class. variable
|
/external/chromium/net/base/ |
D | sdch_manager.cc | 26 SdchManager* SdchManager::global_; member in net::SdchManager 206 DCHECK(!global_); in SdchManager() 207 global_ = this; in SdchManager() 211 DCHECK(global_ == this); in ~SdchManager() 217 global_ = NULL; in ~SdchManager() 222 if (!global_ ) in Shutdown() 224 global_->fetcher_.reset(NULL); in Shutdown() 229 return global_; in Global() 239 global_->supported_domain_ = domain; in EnableSdchSupport() 240 global_->sdch_enabled_ = true; in EnableSdchSupport() [all …]
|
D | sdch_manager.h | 253 static bool sdch_enabled() { return global_ && global_->sdch_enabled_; } in sdch_enabled() 343 static SdchManager* global_; variable
|
/external/chromium_org/net/base/ |
D | sdch_manager.cc | 26 SdchManager* SdchManager::global_ = NULL; member in net::SdchManager 210 DCHECK(!global_); in SdchManager() 212 global_ = this; in SdchManager() 216 DCHECK_EQ(this, global_); in ~SdchManager() 223 global_ = NULL; in ~SdchManager() 229 if (!global_ ) in Shutdown() 231 global_->set_sdch_fetcher(NULL); in Shutdown() 236 return global_; in Global() 256 if (!global_ ) in BlacklistDomain() 258 global_->SetAllowLatencyExperiment(url, false); in BlacklistDomain() [all …]
|
D | sdch_manager.h | 342 static SdchManager* global_; in NON_EXPORTED_BASE() local
|
/external/chromium_org/chrome/common/extensions/ |
D | command.h | 60 bool global() const { return global_; } in global() 67 global_ = global; in set_global() 74 bool global_; variable
|
D | command.cc | 255 Command::Command() : global_(false) {} in Command() 263 global_(global) { in Command() 507 global_ = global; in Parse()
|
/external/mesa3d/include/CL/ |
D | cl.hpp | 3131 NDRange global_; member in cl::KernelFunctor 3147 global_(global), in KernelFunctor() 3381 global_ = rhs.global_; in operator =() 3391 global_(rhs.global_), in KernelFunctor() 3403 global_, in operator ()() 3423 global_, in operator ()() 3445 global_, in operator ()() 3469 global_, in operator ()() 3495 global_, in operator ()() 3523 global_, in operator ()() [all …]
|
/external/chromium_org/third_party/mesa/src/include/CL/ |
D | cl.hpp | 3131 NDRange global_; member in cl::KernelFunctor 3147 global_(global), in KernelFunctor() 3381 global_ = rhs.global_; in operator =() 3391 global_(rhs.global_), in KernelFunctor() 3403 global_, in operator ()() 3423 global_, in operator ()() 3445 global_, in operator ()() 3469 global_, in operator ()() 3495 global_, in operator ()() 3523 global_, in operator ()() [all …]
|