OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileWriteWatcherImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/drive/
file_write_watcher.h
53
class
FileWriteWatcherImpl
;
54
scoped_ptr<
FileWriteWatcherImpl
, util::DestroyHelper> watcher_impl_;
file_write_watcher.cc
31
class FileWriteWatcher::
FileWriteWatcherImpl
{
33
FileWriteWatcherImpl
();
49
~
FileWriteWatcherImpl
();
77
base::WeakPtrFactory<
FileWriteWatcherImpl
> weak_ptr_factory_;
78
DISALLOW_COPY_AND_ASSIGN(
FileWriteWatcherImpl
);
81
FileWriteWatcher::
FileWriteWatcherImpl
::
FileWriteWatcherImpl
()
87
void FileWriteWatcher::
FileWriteWatcherImpl
::Destroy() {
93
base::Bind(&
FileWriteWatcherImpl
::DestroyOnFileThread,
97
void FileWriteWatcher::
FileWriteWatcherImpl
::StartWatch
[
all
...]
Completed in 354 milliseconds