Home
last modified time | relevance | path

Searched refs:GetCurrentState (Results 1 – 25 of 39) sorted by relevance

12

/external/chromium_org/athena/resource_manager/
Dresource_manager_unittest.cc116 DCHECK_NE(Activity::ACTIVITY_UNLOADED, app_visible->GetCurrentState()); in TEST_F()
117 DCHECK_NE(Activity::ACTIVITY_UNLOADED, app_unloadable1->GetCurrentState()); in TEST_F()
118 DCHECK_EQ(Activity::ACTIVITY_UNLOADED, app_unloadable2->GetCurrentState()); in TEST_F()
123 DCHECK_NE(Activity::ACTIVITY_UNLOADED, app_visible->GetCurrentState()); in TEST_F()
124 DCHECK_EQ(Activity::ACTIVITY_UNLOADED, app_unloadable1->GetCurrentState()); in TEST_F()
125 DCHECK_EQ(Activity::ACTIVITY_UNLOADED, app_unloadable2->GetCurrentState()); in TEST_F()
130 DCHECK_NE(Activity::ACTIVITY_UNLOADED, app_visible->GetCurrentState()); in TEST_F()
131 DCHECK_EQ(Activity::ACTIVITY_UNLOADED, app_unloadable1->GetCurrentState()); in TEST_F()
132 DCHECK_EQ(Activity::ACTIVITY_UNLOADED, app_unloadable2->GetCurrentState()); in TEST_F()
158 DCHECK_NE(Activity::ACTIVITY_UNLOADED, app_visible->GetCurrentState()); in TEST_F()
[all …]
Dresource_manager_impl.cc312 Activity::ActivityState state = activity->GetCurrentState(); in UpdateVisibilityStates()
376 Activity::ActivityState state = (*it)->GetCurrentState(); in TryToUnloadAnActivity()
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dprofiler.cc91 void GetCurrentState(ProfilerState* state);
228 void CpuProfiler::GetCurrentState(ProfilerState* state) { in GetCurrentState() function in CpuProfiler
232 collector_.GetCurrentState(&collector_state); in GetCurrentState()
316 CpuProfiler::instance_.GetCurrentState(state); in ProfilerGetCurrentState()
Dprofiledata.h142 void GetCurrentState(State* state) const;
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dprofiler.cc93 void GetCurrentState(ProfilerState* state);
230 void CpuProfiler::GetCurrentState(ProfilerState* state) { in GetCurrentState() function in CpuProfiler
234 collector_.GetCurrentState(&collector_state); in GetCurrentState()
318 CpuProfiler::instance_.GetCurrentState(state); in ProfilerGetCurrentState()
Dprofiledata.h142 void GetCurrentState(State* state) const;
/external/chromium_org/athena/content/
Dapp_activity_unittest.cc59 virtual ActivityState GetCurrentState() OVERRIDE { in GetCurrentState() function in athena::test::__anonbde236ac0111::TestAppActivity
277 EXPECT_EQ(Activity::ACTIVITY_VISIBLE, app_activity->GetCurrentState()); in TEST_F()
300 EXPECT_EQ(Activity::ACTIVITY_UNLOADED, activity_proxy->GetCurrentState()); in TEST_F()
367 EXPECT_EQ(Activity::ACTIVITY_VISIBLE, app_activity1->GetCurrentState()); in TEST_F()
368 EXPECT_EQ(Activity::ACTIVITY_VISIBLE, app_activity2->GetCurrentState()); in TEST_F()
369 EXPECT_EQ(Activity::ACTIVITY_VISIBLE, app_activity3->GetCurrentState()); in TEST_F()
392 EXPECT_EQ(Activity::ACTIVITY_UNLOADED, activity_proxy->GetCurrentState()); in TEST_F()
Dapp_activity_proxy.h38 virtual ActivityState GetCurrentState() OVERRIDE;
Dapp_activity_proxy.cc43 Activity::ActivityState AppActivityProxy::GetCurrentState() { in GetCurrentState() function in athena::AppActivityProxy
Dapp_activity.h41 virtual ActivityState GetCurrentState() OVERRIDE;
Dweb_activity.h54 virtual ActivityState GetCurrentState() OVERRIDE;
Dapp_activity_registry.cc76 if ((*it)->GetCurrentState() != Activity::ACTIVITY_UNLOADED) in Unload()
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
Dsync_worker.cc167 RemoteServiceState SyncWorker::GetCurrentState() const { in GetCurrentState() function in sync_file_system::drive_backend::SyncWorker
220 RemoteServiceState old_state = GetCurrentState(); in SetSyncEnabled()
222 if (old_state == GetCurrentState()) in SetSyncEnabled()
229 GetCurrentState(), in SetSyncEnabled()
269 if (GetCurrentState() == REMOTE_SERVICE_DISABLED) in MaybeScheduleNextTask()
581 if (GetCurrentState() == REMOTE_SERVICE_DISABLED) in MaybeStartFetchChanges()
681 RemoteServiceState old_state = GetCurrentState(); in UpdateServiceState()
684 if (old_state == GetCurrentState()) in UpdateServiceState()
689 old_state, GetCurrentState(), description.c_str()); in UpdateServiceState()
693 UpdateServiceState(GetCurrentState(), description)); in UpdateServiceState()
Dsync_worker_interface.h82 virtual RemoteServiceState GetCurrentState() const = 0;
Dsync_engine.cc459 if (GetCurrentState() == REMOTE_SERVICE_DISABLED) { in ProcessRemoteChange()
508 RemoteServiceState SyncEngine::GetCurrentState() const { in GetCurrentState() function in sync_file_system::drive_backend::SyncEngine
632 if (GetCurrentState() == REMOTE_SERVICE_DISABLED) { in ApplyLocalChange()
799 OnRemoteServiceStateUpdated(GetCurrentState(), description)); in UpdateServiceState()
Dfake_sync_worker.h70 virtual RemoteServiceState GetCurrentState() const OVERRIDE;
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
Dprofiledata_unittest.cc324 collector_.GetCurrentState(&state); in ExpectRunningSamples()
379 collector_.GetCurrentState(&state_before); in TEST_F()
396 collector_.GetCurrentState(&state_after); in TEST_F()
457 collector_.GetCurrentState(&state_before); in TEST_F()
463 collector_.GetCurrentState(&state_after); in TEST_F()
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
Dprofiledata_unittest.cc324 collector_.GetCurrentState(&state); in ExpectRunningSamples()
379 collector_.GetCurrentState(&state_before); in TEST_F()
396 collector_.GetCurrentState(&state_after); in TEST_F()
457 collector_.GetCurrentState(&state_before); in TEST_F()
463 collector_.GetCurrentState(&state_after); in TEST_F()
/external/chromium_org/athena/activity/public/
Dactivity.h82 virtual ActivityState GetCurrentState() = 0;
/external/chromium_org/athena/test/
Dsample_activity.cc36 Activity::ActivityState SampleActivity::GetCurrentState() { in GetCurrentState() function in athena::test::SampleActivity
Dsample_activity.h29 virtual ActivityState GetCurrentState() OVERRIDE;
/external/chromium_org/chrome/browser/sync_file_system/
Dmock_remote_file_sync_service.h50 MOCK_CONST_METHOD0(GetCurrentState,
Dmock_remote_file_sync_service.cc39 ON_CALL(*this, GetCurrentState()) in MockRemoteFileSyncService()
Dremote_file_sync_service.h193 virtual RemoteServiceState GetCurrentState() const = 0;
/external/chromium_org/third_party/decklink/mac/include/
DDeckLinkAPI_v7_9.h54 …virtual HRESULT GetCurrentState (/* out */ BMDDeckControlMode *mode, /* out */ BMDDeckControlVTRCo…

12