Home
last modified time | relevance | path

Searched refs:JobState (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
Djob_list.h45 enum JobState { enum
57 std::string JobStateToString(JobState state);
73 JobState state;
Djob_list.cc62 std::string JobStateToString(JobState state) { in JobStateToString()