Home
last modified time | relevance | path

Searched refs:mtab_path (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/storage_monitor/
Dmtab_watcher_linux.cc33 MtabWatcherLinux::MtabWatcherLinux(const base::FilePath& mtab_path, in MtabWatcherLinux() argument
35 : mtab_path_(mtab_path), in MtabWatcherLinux()
Dmtab_watcher_linux.h38 MtabWatcherLinux(const base::FilePath& mtab_path,
Dstorage_monitor_linux.cc193 const base::FilePath& mtab_path, in CreateMtabWatcherLinuxOnFileThread() argument
197 return new MtabWatcherLinux(mtab_path, delegate); in CreateMtabWatcherLinuxOnFileThread()