Searched defs:DeauthorizeContentLicenses (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ppapi/c/private/
H A Dppp_flash_browser_operations.h123 PP_Bool (*DeauthorizeContentLicenses)(const char* plugin_data_path); member in struct:PPP_Flash_BrowserOperations_1_3
212 PP_Bool (*DeauthorizeContentLicenses)(const char* plugin_data_path); member in struct:PPP_Flash_BrowserOperations_1_2
/external/chromium_org/content/ppapi_plugin/
H A Dbroker_process_dispatcher.cc155 request_id, DeauthorizeContentLicenses(plugin_data_path)));
255 bool BrokerProcessDispatcher::DeauthorizeContentLicenses( function in class:content::BrokerProcessDispatcher
259 return PP_ToBool(flash_browser_operations_1_3_->DeauthorizeContentLicenses(
265 return PP_ToBool(flash_browser_operations_1_2_->DeauthorizeContentLicenses(
/external/chromium_org/chrome/browser/
H A Dpepper_flash_settings_manager.cc48 void DeauthorizeContentLicenses(uint32 request_id);
245 void PepperFlashSettingsManager::Core::DeauthorizeContentLicenses( function in class:PepperFlashSettingsManager::Core
482 DLOG(ERROR) << "Couldn't send DeauthorizeContentLicenses message";
799 DLOG_IF(ERROR, !success) << "DeauthorizeContentLicenses returned error";
984 uint32 PepperFlashSettingsManager::DeauthorizeContentLicenses( function in class:PepperFlashSettingsManager
995 core_->DeauthorizeContentLicenses(id);

Completed in 288 milliseconds