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

/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_flash_file_message_filter.cc298 const ppapi::PepperFilePath& pepper_path,
301 switch (pepper_path.domain()) {
303 if (pepper_path.path().IsAbsolute() &&
305 pepper_path.path()))
306 file_path = pepper_path.path();
312 !pepper_path.path().IsAbsolute() &&
313 !pepper_path.path().ReferencesParent())
314 file_path = plugin_data_directory_.Append(pepper_path.path());
297 ValidateAndConvertPepperFilePath( const ppapi::PepperFilePath& pepper_path, const CheckPermissionsCallback& check_permissions_callback) const argument

Completed in 76 milliseconds