OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PlatformDelegate
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/base/files/
file_path_watcher.cc
25
const scoped_refptr<
PlatformDelegate
>& delegate) {
42
FilePathWatcher::
PlatformDelegate
::
PlatformDelegate
(): cancelled_(false) {
45
FilePathWatcher::
PlatformDelegate
::~
PlatformDelegate
() {
file_path_watcher.h
36
class
PlatformDelegate
: public base::RefCountedThreadSafe<
PlatformDelegate
> {
38
PlatformDelegate
();
51
friend class base::RefCountedThreadSafe<
PlatformDelegate
>;
54
virtual ~
PlatformDelegate
();
69
// Must be called before the
PlatformDelegate
is deleted.
86
// A callback that always cleans up the
PlatformDelegate
, either when executed
89
static void CancelWatch(const scoped_refptr<
PlatformDelegate
>& delegate);
104
scoped_refptr<
PlatformDelegate
> impl_;
file_path_watcher_mac.cc
16
class FilePathWatcherImpl : public FilePathWatcher::
PlatformDelegate
{
51
scoped_refptr<
PlatformDelegate
> impl_;
file_path_watcher_stub.cc
14
class FilePathWatcherImpl : public FilePathWatcher::
PlatformDelegate
{
file_path_watcher_fsevents.h
23
class FilePathWatcherFSEvents : public FilePathWatcher::
PlatformDelegate
{
38
// FilePathWatcher::
PlatformDelegate
overrides.
file_path_watcher_kqueue.h
29
class FilePathWatcherKQueue : public FilePathWatcher::
PlatformDelegate
,
42
// FilePathWatcher::
PlatformDelegate
overrides.
file_path_watcher_win.cc
21
class FilePathWatcherImpl : public FilePathWatcher::
PlatformDelegate
,
29
// FilePathWatcher::
PlatformDelegate
overrides.
file_path_watcher_linux.cc
89
class FilePathWatcherImpl : public FilePathWatcher::
PlatformDelegate
,
Completed in 248 milliseconds