Searched refs:plugin_data_directory_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_flash_file_message_filter.h76 base::FilePath plugin_data_directory_; member in class:content::PepperFlashFileMessageFilter
H A Dpepper_flash_file_message_filter.cc54 // In this case, |plugin_data_directory_| will remain unset and
58 plugin_data_directory_ = GetDataDirName(profile_data_directory).Append(
282 if (!plugin_data_directory_.empty() && !pepper_path.path().IsAbsolute() &&
284 file_path = plugin_data_directory_.Append(pepper_path.path());

Completed in 220 milliseconds