OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:job_to_execute
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/sync/engine/
syncer_thread.cc
764
SyncSessionJob*
job_to_execute
= NULL;
local
768
job_to_execute
= wait_interval_->pending_configure_job.get();
783
job_to_execute
= pending_nudge_.get();
786
if (
job_to_execute
!= NULL) {
788
SyncSessionJob copy = *
job_to_execute
;
[
all
...]
Completed in 277 milliseconds