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
30
class FileWriteWatcher::
FileWriteWatcherImpl
{
32
FileWriteWatcherImpl
();
48
~
FileWriteWatcherImpl
();
76
base::WeakPtrFactory<
FileWriteWatcherImpl
> weak_ptr_factory_;
77
DISALLOW_COPY_AND_ASSIGN(
FileWriteWatcherImpl
);
80
FileWriteWatcher::
FileWriteWatcherImpl
::
FileWriteWatcherImpl
()
86
void FileWriteWatcher::
FileWriteWatcherImpl
::Destroy() {
92
base::Bind(&
FileWriteWatcherImpl
::DestroyOnFileThread,
96
void FileWriteWatcher::
FileWriteWatcherImpl
::StartWatch
[
all
...]
Completed in 979 milliseconds