HomeSort by relevance Sort by last modified time
    Searched refs:GetCurrentState (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiledata.h 142 void GetCurrentState(State* state) const;
profiler.cc 93 void GetCurrentState(ProfilerState* state);
230 void CpuProfiler::GetCurrentState(ProfilerState* state) {
234 collector_.GetCurrentState(&collector_state);
318 CpuProfiler::instance_.GetCurrentState(state);
profiledata.cc 221 void ProfileData::GetCurrentState(State* state) const {
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiledata.h 142 void GetCurrentState(State* state) const;
profiler.cc 91 void GetCurrentState(ProfilerState* state);
228 void CpuProfiler::GetCurrentState(ProfilerState* state) {
232 collector_.GetCurrentState(&collector_state);
316 CpuProfiler::instance_.GetCurrentState(state);
profiledata.cc 221 void ProfileData::GetCurrentState(State* state) const {
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_worker.cc 171 RemoteServiceState SyncWorker::GetCurrentState() const {
224 RemoteServiceState old_state = GetCurrentState();
226 if (old_state == GetCurrentState())
233 GetCurrentState(),
273 if (GetCurrentState() == REMOTE_SERVICE_DISABLED)
632 if (GetCurrentState() == REMOTE_SERVICE_DISABLED)
735 RemoteServiceState old_state = GetCurrentState();
738 if (old_state == GetCurrentState())
743 old_state, GetCurrentState(), description.c_str());
747 UpdateServiceState(GetCurrentState(), description))
    [all...]
sync_worker_interface.h 82 virtual RemoteServiceState GetCurrentState() const = 0;
fake_sync_worker.h 70 virtual RemoteServiceState GetCurrentState() const OVERRIDE;
sync_worker.h 86 virtual RemoteServiceState GetCurrentState() const OVERRIDE;
sync_worker_unittest.cc 154 EXPECT_EQ(expected_service_status, sync_worker_->GetCurrentState());
289 EXPECT_EQ(REMOTE_SERVICE_OK, sync_worker()->GetCurrentState());
fake_sync_worker.cc 79 RemoteServiceState FakeSyncWorker::GetCurrentState() const {
sync_engine.h 109 virtual RemoteServiceState GetCurrentState() const OVERRIDE;
sync_engine_unittest.cc 217 EXPECT_EQ(test_data[i].state, sync_engine()->GetCurrentState())
sync_engine.cc 493 RemoteServiceState SyncEngine::GetCurrentState() const {
  /external/chromium_org/chrome/browser/sync_file_system/
mock_remote_file_sync_service.h 50 MOCK_CONST_METHOD0(GetCurrentState,
remote_file_sync_service.h 193 virtual RemoteServiceState GetCurrentState() const = 0;
mock_remote_file_sync_service.cc 38 ON_CALL(*this, GetCurrentState())
sync_file_system_service_unittest.cc 174 // GetCurrentState may be called when a remote or local sync is scheduled
176 EXPECT_CALL(*mock_remote_service(), GetCurrentState())
209 EXPECT_CALL(*mock_remote_service(), GetCurrentState())
sync_file_system_service.cc 304 return RemoteStateToSyncServiceState(remote_service_->GetCurrentState());
450 GetRemoteService(app_origin)->GetCurrentState(),
455 switch (GetRemoteService(app_origin)->GetCurrentState()) {
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiledata_unittest.cc 324 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/
profiledata_unittest.cc 324 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/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_service.cc 200 RemoteServiceState DriveFileSyncService::GetCurrentState() const {
245 RemoteServiceState old_state = GetCurrentState();
247 if (old_state == GetCurrentState())
253 OnRemoteServiceStateUpdated(GetCurrentState(), status_message));
451 RemoteServiceState old_state = GetCurrentState();
455 if (old_state != GetCurrentState()) {
458 old_state, GetCurrentState(), description.c_str());
461 OnRemoteServiceStateUpdated(GetCurrentState(), description));
576 if (GetCurrentState() == REMOTE_SERVICE_DISABLED) {
603 if (GetCurrentState() == REMOTE_SERVICE_DISABLED)
    [all...]
drive_file_sync_service.h 100 virtual RemoteServiceState GetCurrentState() const OVERRIDE;
320 // sync_enabled_ flag, while GetCurrentState() DOES reflect the flag
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wiavideo.h 77 virtual HRESULT WINAPI GetCurrentState(WIAVIDEO_STATE *pState) = 0;
97 HRESULT (WINAPI *GetCurrentState)(IWiaVideo *This,WIAVIDEO_STATE *pState);
119 #define IWiaVideo_GetCurrentState(This,pState) (This)->lpVtbl->GetCurrentState(This,pState)

Completed in 380 milliseconds