HomeSort by relevance Sort by last modified time
    Searched refs:OnFilePathSelected (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_handler_api.h 41 // |function_->OnFilePathSelected| with the selection information.
105 void OnFilePathSelected(bool success, const base::FilePath& full_path);
file_browser_handler_api.cc 14 // the selection result by calling FileHandlerSelectFile::OnFilePathSelected.
91 // |OnFilePathSelected| method will be called with the result.
143 // about file selection result (by calling |OnFilePathSelected()|).
247 function_->OnFilePathSelected(success, selected_path);
308 void FileBrowserHandlerInternalSelectFileFunction::OnFilePathSelected(
file_browser_handler_api_test.cc 104 OnFilePathSelected,

Completed in 1246 milliseconds