HomeSort by relevance Sort by last modified time
    Searched defs:DeauthorizeContentLicenses (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/ppapi_plugin/
broker_process_dispatcher.cc 160 request_id, DeauthorizeContentLicenses(plugin_data_path)));
260 bool BrokerProcessDispatcher::DeauthorizeContentLicenses(
264 return PP_ToBool(flash_browser_operations_1_3_->DeauthorizeContentLicenses(
270 return PP_ToBool(flash_browser_operations_1_2_->DeauthorizeContentLicenses(
  /external/chromium_org/ppapi/c/private/
ppp_flash_browser_operations.h 123 PP_Bool (*DeauthorizeContentLicenses)(const char* plugin_data_path);
212 PP_Bool (*DeauthorizeContentLicenses)(const char* plugin_data_path);
  /external/chromium_org/chrome/browser/
pepper_flash_settings_manager.cc 48 void DeauthorizeContentLicenses(uint32 request_id);
245 void PepperFlashSettingsManager::Core::DeauthorizeContentLicenses(
482 DLOG(ERROR) << "Couldn't send DeauthorizeContentLicenses message";
799 DLOG_IF(ERROR, !success) << "DeauthorizeContentLicenses returned error";
984 uint32 PepperFlashSettingsManager::DeauthorizeContentLicenses(
    [all...]

Completed in 178 milliseconds