/external/chromium_org/athena/resource_manager/ |
D | resource_manager_unittest.cc | 116 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 …]
|
D | resource_manager_impl.cc | 312 Activity::ActivityState state = activity->GetCurrentState(); in UpdateVisibilityStates() 376 Activity::ActivityState state = (*it)->GetCurrentState(); in TryToUnloadAnActivity()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | profiler.cc | 91 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()
|
D | profiledata.h | 142 void GetCurrentState(State* state) const;
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | profiler.cc | 93 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()
|
D | profiledata.h | 142 void GetCurrentState(State* state) const;
|
/external/chromium_org/athena/content/ |
D | app_activity_unittest.cc | 59 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()
|
D | app_activity_proxy.h | 38 virtual ActivityState GetCurrentState() OVERRIDE;
|
D | app_activity_proxy.cc | 43 Activity::ActivityState AppActivityProxy::GetCurrentState() { in GetCurrentState() function in athena::AppActivityProxy
|
D | app_activity.h | 41 virtual ActivityState GetCurrentState() OVERRIDE;
|
D | web_activity.h | 54 virtual ActivityState GetCurrentState() OVERRIDE;
|
D | app_activity_registry.cc | 76 if ((*it)->GetCurrentState() != Activity::ACTIVITY_UNLOADED) in Unload()
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
D | sync_worker.cc | 167 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()
|
D | sync_worker_interface.h | 82 virtual RemoteServiceState GetCurrentState() const = 0;
|
D | sync_engine.cc | 459 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()
|
D | fake_sync_worker.h | 70 virtual RemoteServiceState GetCurrentState() const OVERRIDE;
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
D | profiledata_unittest.cc | 324 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/ |
D | profiledata_unittest.cc | 324 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/ |
D | activity.h | 82 virtual ActivityState GetCurrentState() = 0;
|
/external/chromium_org/athena/test/ |
D | sample_activity.cc | 36 Activity::ActivityState SampleActivity::GetCurrentState() { in GetCurrentState() function in athena::test::SampleActivity
|
D | sample_activity.h | 29 virtual ActivityState GetCurrentState() OVERRIDE;
|
/external/chromium_org/chrome/browser/sync_file_system/ |
D | mock_remote_file_sync_service.h | 50 MOCK_CONST_METHOD0(GetCurrentState,
|
D | mock_remote_file_sync_service.cc | 39 ON_CALL(*this, GetCurrentState()) in MockRemoteFileSyncService()
|
D | remote_file_sync_service.h | 193 virtual RemoteServiceState GetCurrentState() const = 0;
|
/external/chromium_org/third_party/decklink/mac/include/ |
D | DeckLinkAPI_v7_9.h | 54 …virtual HRESULT GetCurrentState (/* out */ BMDDeckControlMode *mode, /* out */ BMDDeckControlVTRCo…
|