OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:work_session_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/sync/engine/
model_changing_syncer_command.h
28
ModelChangingSyncerCommand() :
work_session_
(NULL) { }
36
ModelChangingExecuteImpl(
work_session_
);
58
sessions::SyncSession*
work_session_
;
member in class:browser_sync::ModelChangingSyncerCommand
model_changing_syncer_command.cc
15
work_session_
= session;
16
if (!ModelNeutralExecuteImpl(
work_session_
)) {
24
sessions::StatusController* status =
work_session_
->status_controller();
Completed in 109 milliseconds