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

12

/external/chromium_org/athena/activity/public/
H A Dactivity.h82 virtual ActivityState GetCurrentState() = 0;
/external/chromium_org/athena/content/
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 Dapp_activity.h41 virtual ActivityState GetCurrentState() OVERRIDE;
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_registry.cc76 if ((*it)->GetCurrentState() != Activity::ACTIVITY_UNLOADED)
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 Dweb_activity.cc481 Activity::ActivityState WebActivity::GetCurrentState() { function in class:athena::WebActivity
H A Dweb_activity.h54 virtual ActivityState GetCurrentState() OVERRIDE;
/external/chromium_org/athena/resource_manager/
H A Dresource_manager_impl.cc312 Activity::ActivityState state = activity->GetCurrentState();
376 Activity::ActivityState state = (*it)->GetCurrentState();
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...]
/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/extensions/api/sync_file_system/
H A Dsync_file_system_browsertest.cc204 sync_engine()->GetCurrentState());
/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 Dfake_sync_worker.h70 virtual RemoteServiceState GetCurrentState() const OVERRIDE;
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));
H A Dsync_engine.h123 virtual RemoteServiceState GetCurrentState() const OVERRIDE;
H A Dsync_engine_unittest.cc224 EXPECT_EQ(test_data[i].state, sync_engine()->GetCurrentState())
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_worker.h85 virtual RemoteServiceState GetCurrentState() const OVERRIDE;
H A Dsync_worker_interface.h82 virtual RemoteServiceState GetCurrentState() const = 0;
H A Dsync_worker_unittest.cc154 EXPECT_EQ(expected_service_status, sync_worker_->GetCurrentState());
285 EXPECT_EQ(REMOTE_SERVICE_OK, sync_worker()->GetCurrentState());
/external/chromium_org/chrome/browser/sync_file_system/
H A Dmock_remote_file_sync_service.cc39 ON_CALL(*this, GetCurrentState())
H A Dmock_remote_file_sync_service.h50 MOCK_CONST_METHOD0(GetCurrentState,

Completed in 2452 milliseconds

12