Searched defs:parent_path (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Dfile_ref_resource.cc119 std::string parent_path = create_info_.internal_path.substr(0, pos); local
123 parent_info.internal_path = parent_path;
124 parent_info.display_name = GetNameForInternalFilePath(parent_path);
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Ddrive_internals_ui.cc263 void OnReadDirectoryByPath(const base::FilePath& parent_path,
815 const base::FilePath& parent_path,
827 const base::FilePath current_path = parent_path.Append(
814 OnReadDirectoryByPath( const base::FilePath& parent_path, drive::FileError error, scoped_ptr<drive::ResourceEntryVector> entries) argument

Completed in 2106 milliseconds