HomeSort by relevance Sort by last modified time
    Searched refs:plugin_data_path (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ppapi/c/private/
ppp_flash_browser_operations.h 91 * @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/
broker_process_dispatcher.h 38 const base::FilePath& plugin_data_path);
40 const base::FilePath& plugin_data_path,
45 const base::FilePath& plugin_data_path);
48 const base::FilePath& plugin_data_path,
52 const base::FilePath& plugin_data_path,
58 const base::FilePath& plugin_data_path,
63 void GetSitesWithData(const base::FilePath& plugin_data_path,
67 bool ClearSiteData(const base::FilePath& plugin_data_path,
72 bool DeauthorizeContentLicenses(const base::FilePath& plugin_data_path);
73 bool SetDefaultPermission(const base::FilePath& plugin_data_path,
    [all...]
broker_process_dispatcher.cc 22 std::string ConvertPluginDataPath(const base::FilePath& plugin_data_path) {
25 return WideToUTF8(plugin_data_path.value());
27 return plugin_data_path.value();
140 const base::FilePath& plugin_data_path) {
142 GetSitesWithData(plugin_data_path, &sites);
148 const base::FilePath& plugin_data_path,
153 request_id, ClearSiteData(plugin_data_path, site, flags, max_age)));
158 const base::FilePath& plugin_data_path) {
160 request_id, DeauthorizeContentLicenses(plugin_data_path)));
165 const base::FilePath& plugin_data_path,
    [all...]
  /external/chromium_org/ppapi/api/private/
ppp_flash_browser_operations.idl 50 * @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/
plugin_data_remover_impl.cc 210 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 104 milliseconds