Searched defs:GetCurrentState (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/athena/content/
H A Dapp_activity_proxy.cc43 Activity::ActivityState AppActivityProxy::GetCurrentState() { function in class:athena::AppActivityProxy
H A Dapp_activity.cc47 // Remember the last requested state now so that a call to GetCurrentState()
79 Activity::ActivityState AppActivity::GetCurrentState() { function in class:athena::AppActivity
H A Dweb_activity.cc481 Activity::ActivityState WebActivity::GetCurrentState() { function in class:athena::WebActivity
/external/chromium_org/athena/test/
H A Dsample_activity.cc36 Activity::ActivityState SampleActivity::GetCurrentState() { function in class:athena::test::SampleActivity
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dfake_sync_worker.cc77 RemoteServiceState FakeSyncWorker::GetCurrentState() const { function in class:sync_file_system::drive_backend::FakeSyncWorker
H A Dsync_worker.cc167 RemoteServiceState SyncWorker::GetCurrentState() const { function in class:sync_file_system::drive_backend::SyncWorker
220 RemoteServiceState old_state = GetCurrentState();
222 if (old_state == GetCurrentState())
229 GetCurrentState(),
269 if (GetCurrentState() == REMOTE_SERVICE_DISABLED)
581 if (GetCurrentState() == REMOTE_SERVICE_DISABLED)
681 RemoteServiceState old_state = GetCurrentState();
684 if (old_state == GetCurrentState())
689 old_state, GetCurrentState(), description.c_str());
693 UpdateServiceState(GetCurrentState(), descriptio
[all...]
H A Dsync_engine.cc459 if (GetCurrentState() == REMOTE_SERVICE_DISABLED) {
508 RemoteServiceState SyncEngine::GetCurrentState() const { function in class:sync_file_system::drive_backend::SyncEngine
632 if (GetCurrentState() == REMOTE_SERVICE_DISABLED) {
799 OnRemoteServiceStateUpdated(GetCurrentState(), description));
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofiler.cc93 void GetCurrentState(ProfilerState* state);
230 void CpuProfiler::GetCurrentState(ProfilerState* state) { function in class:CpuProfiler
234 collector_.GetCurrentState(&collector_state);
318 CpuProfiler::instance_.GetCurrentState(state);
H A Dprofiledata.cc221 void ProfileData::GetCurrentState(State* state) const { function in class:ProfileData
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofiler.cc91 void GetCurrentState(ProfilerState* state);
228 void CpuProfiler::GetCurrentState(ProfilerState* state) { function in class:CpuProfiler
232 collector_.GetCurrentState(&collector_state);
316 CpuProfiler::instance_.GetCurrentState(state);
H A Dprofiledata.cc221 void ProfileData::GetCurrentState(State* state) const { function in class:ProfileData

Completed in 332 milliseconds