Searched refs:plugin_data_path (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ppapi/c/private/
H A Dppp_flash_browser_operations.h91 * @param[in] plugin_data_path String containing the directory where the
109 PP_Bool (*ClearSiteData)(const char* plugin_data_path,
118 * @param[in] plugin_data_path String containing the directory where the
123 PP_Bool (*DeauthorizeContentLicenses)(const char* plugin_data_path);
128 * @param[in] plugin_data_path String containing the directory where the
136 const char* plugin_data_path,
144 * @param[in] plugin_data_path String containing the directory where the
154 const char* plugin_data_path,
162 * @param[in] plugin_data_path String containing the directory where the
173 const char* plugin_data_path,
[all...]
/external/chromium_org/content/ppapi_plugin/
H A Dbroker_process_dispatcher.h39 const base::FilePath& plugin_data_path);
41 const base::FilePath& plugin_data_path,
46 const base::FilePath& plugin_data_path);
49 const base::FilePath& plugin_data_path,
53 const base::FilePath& plugin_data_path,
59 const base::FilePath& plugin_data_path,
64 void GetSitesWithData(const base::FilePath& plugin_data_path,
68 bool ClearSiteData(const base::FilePath& plugin_data_path,
73 bool DeauthorizeContentLicenses(const base::FilePath& plugin_data_path);
74 bool SetDefaultPermission(const base::FilePath& plugin_data_path,
[all...]
H A Dbroker_process_dispatcher.cc22 std::string ConvertPluginDataPath(const base::FilePath& plugin_data_path) { argument
25 return base::WideToUTF8(plugin_data_path.value());
27 return plugin_data_path.value();
135 const base::FilePath& plugin_data_path) {
137 GetSitesWithData(plugin_data_path, &sites);
143 const base::FilePath& plugin_data_path,
148 request_id, ClearSiteData(plugin_data_path, site, flags, max_age)));
153 const base::FilePath& plugin_data_path) {
155 request_id, DeauthorizeContentLicenses(plugin_data_path)));
160 const base::FilePath& plugin_data_path,
133 OnGetSitesWithData( uint32 request_id, const base::FilePath& plugin_data_path) argument
141 OnClearSiteData( uint32 request_id, const base::FilePath& plugin_data_path, const std::string& site, uint64 flags, uint64 max_age) argument
151 OnDeauthorizeContentLicenses( uint32 request_id, const base::FilePath& plugin_data_path) argument
158 OnGetPermissionSettings( uint32 request_id, const base::FilePath& plugin_data_path, PP_Flash_BrowserOperations_SettingType setting_type) argument
188 OnSetDefaultPermission( uint32 request_id, const base::FilePath& plugin_data_path, PP_Flash_BrowserOperations_SettingType setting_type, PP_Flash_BrowserOperations_Permission permission, bool clear_site_specific) argument
200 OnSetSitePermission( uint32 request_id, const base::FilePath& plugin_data_path, PP_Flash_BrowserOperations_SettingType setting_type, const ppapi::FlashSiteSettings& sites) argument
209 GetSitesWithData( const base::FilePath& plugin_data_path, std::vector<std::string>* site_vector) argument
226 ClearSiteData( const base::FilePath& plugin_data_path, const std::string& site, uint64 flags, uint64 max_age) argument
255 DeauthorizeContentLicenses( const base::FilePath& plugin_data_path) argument
272 SetDefaultPermission( const base::FilePath& plugin_data_path, PP_Flash_BrowserOperations_SettingType setting_type, PP_Flash_BrowserOperations_Permission permission, bool clear_site_specific) argument
294 SetSitePermission( const base::FilePath& plugin_data_path, PP_Flash_BrowserOperations_SettingType setting_type, const ppapi::FlashSiteSettings& sites) argument
[all...]
/external/chromium_org/ppapi/api/private/
H A Dppp_flash_browser_operations.idl50 * @param[in] plugin_data_path String containing the directory where the
68 PP_Bool ClearSiteData([in] str_t plugin_data_path,
78 * @param[in] plugin_data_path String containing the directory where the
84 PP_Bool DeauthorizeContentLicenses([in] str_t plugin_data_path);
90 * @param[in] plugin_data_path String containing the directory where the
99 [in] str_t plugin_data_path,
108 * @param[in] plugin_data_path String containing the directory where the
119 [in] str_t plugin_data_path,
128 * @param[in] plugin_data_path String containing the directory where the
140 [in] str_t plugin_data_path,
[all...]
/external/chromium_org/content/browser/
H A Dplugin_data_remover_impl.cc210 base::FilePath plugin_data_path = local
213 base::FilePath plugin_data_path = local
216 return new PpapiMsg_ClearSiteData(0u, plugin_data_path, std::string(),

Completed in 3413 milliseconds