OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:profile_data_directory
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/
ppapi_plugin_process_host.h
75
const base::FilePath&
profile_data_directory
);
108
const base::FilePath&
profile_data_directory
() const {
function in class:content::PpapiPluginProcessHost
120
const base::FilePath&
profile_data_directory
);
/external/chromium_org/content/browser/renderer_host/pepper/
pepper_flash_file_message_filter.cc
47
base::FilePath
profile_data_directory
= host->GetProfileDataDirectory();
local
50
if (
profile_data_directory
.empty() || plugin_name.empty()) {
57
plugin_data_directory_ = GetDataDirName(
profile_data_directory
).Append(
Completed in 63 milliseconds