OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PlatformDelegate
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/files/
file_path_watcher.cc
26
const scoped_refptr<
PlatformDelegate
>& delegate) {
43
FilePathWatcher::
PlatformDelegate
::
PlatformDelegate
(): cancelled_(false) {
46
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_;
Completed in 127 milliseconds