HomeSort by relevance Sort by last modified time
    Searched full:currentpath_ (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/ui/webui/
slideshow_ui.cc 90 FilePath currentpath_; member in class:SlideshowHandler
178 currentpath_ = path;
187 if (file_util::EnsureEndsWithSeparator(&currentpath_) &&
188 currentpath_.IsAbsolute()) {
189 lister_ = new net::DirectoryLister(currentpath_, this);
191 originalpath_ = currentpath_;
192 currentpath_ = currentpath_.DirName();
193 lister_ = new net::DirectoryLister(currentpath_, this);
240 currentpath_.Append(data.info.filename).value())
    [all...]

Completed in 202 milliseconds