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

12

/external/chromium_org/athena/resource_manager/
H A Dresource_manager_unittest.cc116 DCHECK_NE(Activity::ACTIVITY_UNLOADED, app_visible->GetCurrentState());
117 DCHECK_NE(Activity::ACTIVITY_UNLOADED, app_unloadable1->GetCurrentState());
118 DCHECK_EQ(Activity::ACTIVITY_UNLOADED, app_unloadable2->GetCurrentState());
123 DCHECK_NE(Activity::ACTIVITY_UNLOADED, app_visible->GetCurrentState());
124 DCHECK_EQ(Activity::ACTIVITY_UNLOADED, app_unloadable1->GetCurrentState());
125 DCHECK_EQ(Activity::ACTIVITY_UNLOADED, app_unloadable2->GetCurrentState());
130 DCHECK_NE(Activity::ACTIVITY_UNLOADED, app_visible->GetCurrentState());
131 DCHECK_EQ(Activity::ACTIVITY_UNLOADED, app_unloadable1->GetCurrentState());
132 DCHECK_EQ(Activity::ACTIVITY_UNLOADED, app_unloadable2->GetCurrentState());
158 DCHECK_NE(Activity::ACTIVITY_UNLOADED, app_visible->GetCurrentState());
[all...]
H A Dresource_manager_impl.cc312 Activity::ActivityState state = activity->GetCurrentState();
376 Activity::ActivityState state = (*it)->GetCurrentState();
/external/chromium_org/athena/activity/public/
H A Dactivity.h82 virtual ActivityState GetCurrentState() = 0;
/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.h142 void GetCurrentState(State* state) const;
/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.h142 void GetCurrentState(State* state) const;
/external/chromium_org/athena/content/
H A Dapp_activity_proxy.cc43 Activity::ActivityState AppActivityProxy::GetCurrentState() { function in class:athena::AppActivityProxy
H A Dapp_activity_proxy.h38 virtual ActivityState GetCurrentState() OVERRIDE;
H A Dapp_activity_unittest.cc59 virtual ActivityState GetCurrentState() OVERRIDE {
277 EXPECT_EQ(Activity::ACTIVITY_VISIBLE, app_activity->GetCurrentState());
300 EXPECT_EQ(Activity::ACTIVITY_UNLOADED, activity_proxy->GetCurrentState());
367 EXPECT_EQ(Activity::ACTIVITY_VISIBLE, app_activity1->GetCurrentState());
368 EXPECT_EQ(Activity::ACTIVITY_VISIBLE, app_activity2->GetCurrentState());
369 EXPECT_EQ(Activity::ACTIVITY_VISIBLE, app_activity3->GetCurrentState());
392 EXPECT_EQ(Activity::ACTIVITY_UNLOADED, activity_proxy->GetCurrentState());
H A Dapp_activity.h41 virtual ActivityState GetCurrentState() OVERRIDE;
H A Dapp_activity_registry.cc76 if ((*it)->GetCurrentState() != Activity::ACTIVITY_UNLOADED)
H A Dweb_activity.h54 virtual ActivityState GetCurrentState() OVERRIDE;
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
/external/chromium_org/athena/test/
H A Dsample_activity.cc36 Activity::ActivityState SampleActivity::GetCurrentState() { function in class:athena::test::SampleActivity
H A Dsample_activity.h29 virtual ActivityState GetCurrentState() OVERRIDE;
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
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 Dfake_sync_worker.h70 virtual RemoteServiceState GetCurrentState() const OVERRIDE;
H A Dsync_worker_interface.h82 virtual RemoteServiceState GetCurrentState() const = 0;
/external/chromium_org/chrome/browser/sync_file_system/
H A Dmock_remote_file_sync_service.h50 MOCK_CONST_METHOD0(GetCurrentState,
H A Dmock_remote_file_sync_service.cc39 ON_CALL(*this, GetCurrentState())
H A Dremote_file_sync_service.h193 virtual RemoteServiceState GetCurrentState() const = 0;
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dprofiledata_unittest.cc324 collector_.GetCurrentState(&state);
379 collector_.GetCurrentState(&state_before);
396 collector_.GetCurrentState(&state_after);
457 collector_.GetCurrentState(&state_before);
463 collector_.GetCurrentState(&state_after);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dprofiledata_unittest.cc324 collector_.GetCurrentState(&state);
379 collector_.GetCurrentState(&state_before);
396 collector_.GetCurrentState(&state_after);
457 collector_.GetCurrentState(&state_before);
463 collector_.GetCurrentState(&state_after);
/external/chromium_org/third_party/decklink/mac/include/
H A DDeckLinkAPI_v7_9.h54 virtual HRESULT GetCurrentState (/* out */ BMDDeckControlMode *mode, /* out */ BMDDeckControlVTRControlState *vtrControlState, /* out */ BMDDeckControlStatusFlags *flags) = 0;

Completed in 3999 milliseconds

12