Searched defs:on_write_callbacks (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_write_watcher.cc61 std::vector<base::Closure> on_write_callbacks; member in struct:drive::internal::FileWriteWatcher::FileWriteWatcherImpl::PathWatchInfo
66 : on_write_callbacks(1, on_write_callback),
134 it->second->on_write_callbacks.push_back(on_write_callback);
179 callbacks.swap(it->second->on_write_callbacks);

Completed in 79 milliseconds