OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PlatformDelegate
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/base/files/
file_path_watcher.cc
31
FilePathWatcher::
PlatformDelegate
::
PlatformDelegate
(): cancelled_(false) {
34
FilePathWatcher::
PlatformDelegate
::~
PlatformDelegate
() {
file_path_watcher.h
41
class
PlatformDelegate
{
43
PlatformDelegate
();
44
virtual ~
PlatformDelegate
();
66
// Must be called before the
PlatformDelegate
is deleted.
79
DISALLOW_COPY_AND_ASSIGN(
PlatformDelegate
);
101
std::unique_ptr<
PlatformDelegate
> impl_;
file_path_watcher_linux.cc
111
class FilePathWatcherImpl : public FilePathWatcher::
PlatformDelegate
{
Completed in 91 milliseconds