OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetCurrentState
(Results
1 - 6
of
6
) sorted by null
/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/
sync_engine.cc
216
RemoteServiceState SyncEngine::
GetCurrentState
() const {
254
RemoteServiceState old_state =
GetCurrentState
();
256
if (old_state ==
GetCurrentState
())
262
OnRemoteServiceStateUpdated(
GetCurrentState
(), status_message));
312
if (
GetCurrentState
() == REMOTE_SERVICE_DISABLED)
550
if (
GetCurrentState
() == REMOTE_SERVICE_DISABLED)
638
RemoteServiceState old_state =
GetCurrentState
();
641
if (old_state ==
GetCurrentState
())
646
old_state,
GetCurrentState
(), description.c_str());
649
OnRemoteServiceStateUpdated(
GetCurrentState
(), description))
[
all
...]
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_service.cc
214
RemoteServiceState DriveFileSyncService::
GetCurrentState
() const {
256
RemoteServiceState old_state =
GetCurrentState
();
258
if (old_state ==
GetCurrentState
())
264
OnRemoteServiceStateUpdated(
GetCurrentState
(), status_message));
486
RemoteServiceState old_state =
GetCurrentState
();
490
if (old_state !=
GetCurrentState
()) {
493
old_state,
GetCurrentState
(), description.c_str());
496
OnRemoteServiceStateUpdated(
GetCurrentState
(), description));
611
if (
GetCurrentState
() == REMOTE_SERVICE_DISABLED) {
638
if (
GetCurrentState
() == REMOTE_SERVICE_DISABLED)
[
all
...]
Completed in 407 milliseconds