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

  /external/chromium_org/apps/app_host/
binaries_installer.cc 61 HRESULT GetCurrentState(IApp* app,
240 *hr = GetCurrentState(app, current_state.Receive(), &state_value);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
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/
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/
drive_file_sync_service.cc 195 RemoteServiceState DriveFileSyncService::GetCurrentState() const {
232 RemoteServiceState old_state = GetCurrentState();
234 if (old_state == GetCurrentState())
240 OnRemoteServiceStateUpdated(GetCurrentState(), status_message));
443 RemoteServiceState old_state = GetCurrentState();
447 if (old_state != GetCurrentState()) {
450 old_state, GetCurrentState(), description.c_str());
453 OnRemoteServiceStateUpdated(GetCurrentState(), description));
551 if (GetCurrentState() == REMOTE_SERVICE_DISABLED) {
578 if (GetCurrentState() == REMOTE_SERVICE_DISABLED)
    [all...]

Completed in 75 milliseconds