Searched refs:ClearSiteData (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ppapi/c/private/
H A Dppp_flash_browser_operations.h107 * https://wiki.mozilla.org/NPAPI:ClearSiteData
109 PP_Bool (*ClearSiteData)(const char* plugin_data_path, member in struct:PPP_Flash_BrowserOperations_1_3
187 * https://wiki.mozilla.org/NPAPI:ClearSiteData
201 PP_Bool (*ClearSiteData)(const char* plugin_data_path, member in struct:PPP_Flash_BrowserOperations_1_0
208 PP_Bool (*ClearSiteData)(const char* plugin_data_path, member in struct:PPP_Flash_BrowserOperations_1_2
/external/chromium_org/content/ppapi_plugin/
H A Dbroker_process_dispatcher.cc148 request_id, ClearSiteData(plugin_data_path, site, flags, max_age)));
226 bool BrokerProcessDispatcher::ClearSiteData( function in class:content::BrokerProcessDispatcher
233 flash_browser_operations_1_3_->ClearSiteData(
241 flash_browser_operations_1_2_->ClearSiteData(
247 flash_browser_operations_1_0_->ClearSiteData(
H A Dbroker_process_dispatcher.h68 bool ClearSiteData(const base::FilePath& plugin_data_path,
/external/chromium_org/ppapi/api/private/
H A Dppp_flash_browser_operations.idl66 * https://wiki.mozilla.org/NPAPI:ClearSiteData
68 PP_Bool ClearSiteData([in] str_t plugin_data_path,
155 * https://wiki.mozilla.org/NPAPI:ClearSiteData
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_flash_lso_helper.cc74 uint32 id = settings_manager_.ClearSiteData(
/external/chromium_org/chrome/browser/
H A Dpepper_flash_settings_manager.h103 uint32 ClearSiteData(const std::string& site, uint64 flags, uint64 max_age);
H A Dpepper_flash_settings_manager.cc61 void ClearSiteData(uint32 request_id,
299 void PepperFlashSettingsManager::Core::ClearSiteData(uint32 request_id, function in class:PepperFlashSettingsManager::Core
647 DLOG(ERROR) << "Couldn't send ClearSiteData message";
914 DLOG_IF(ERROR, !success) << "ClearSiteData returned error";
1042 uint32 PepperFlashSettingsManager::ClearSiteData(const std::string& site, function in class:PepperFlashSettingsManager
1049 core_->ClearSiteData(id, site, flags, max_age);

Completed in 146 milliseconds