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

  /external/chromium_org/content/ppapi_plugin/
broker_process_dispatcher.h 39 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...]
broker_process_dispatcher.cc 22 std::string ConvertPluginDataPath(const base::FilePath& plugin_data_path) {
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,
    [all...]
  /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/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(),
  /external/chromium_org/ppapi/proxy/
ppapi_messages.h 507 base::FilePath /* plugin_data_path */)
517 base::FilePath /* plugin_data_path */,
527 base::FilePath /* plugin_data_path */)
534 base::FilePath /* plugin_data_path */,
545 base::FilePath /* plugin_data_path */,
555 base::FilePath /* plugin_data_path */,
    [all...]

Completed in 777 milliseconds