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

12

/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 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_worker_unittest.cc154 EXPECT_EQ(expected_service_status, sync_worker_->GetCurrentState());
285 EXPECT_EQ(REMOTE_SERVICE_OK, sync_worker()->GetCurrentState());
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.h85 virtual RemoteServiceState GetCurrentState() const OVERRIDE;
/external/chromium_org/third_party/decklink/mac/include/
H A DDeckLinkAPI_v8_1.h74 virtual HRESULT GetCurrentState (/* out */ BMDDeckControlMode *mode, /* out */ BMDDeckControlVTRControlState_v8_1 *vtrControlState, /* out */ BMDDeckControlStatusFlags *flags) = 0;
H A DDeckLinkAPIDeckControl.h171 virtual HRESULT GetCurrentState (/* out */ BMDDeckControlMode *mode, /* out */ BMDDeckControlVTRControlState *vtrControlState, /* out */ BMDDeckControlStatusFlags *flags) = 0;
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_file_system_service.cc425 return RemoteStateToSyncServiceState(remote_service_->GetCurrentState());
512 GetRemoteService(app_origin)->GetCurrentState(),
517 switch (GetRemoteService(app_origin)->GetCurrentState()) {
H A Dsync_file_system_service_unittest.cc181 // GetCurrentState may be called when a remote or local sync is scheduled
183 EXPECT_CALL(*mock_remote_service(), GetCurrentState())
216 EXPECT_CALL(*mock_remote_service(), GetCurrentState())
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofiledata.cc221 void ProfileData::GetCurrentState(State* state) const { function in class:ProfileData
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofiledata.cc221 void ProfileData::GetCurrentState(State* state) const { function in class:ProfileData
/external/chromium_org/athena/content/
H A Dweb_activity.cc481 Activity::ActivityState WebActivity::GetCurrentState() { function in class:athena::WebActivity

Completed in 1559 milliseconds

12