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

  /external/chromium/chrome/common/
common_param_traits.cc 65 std::string setting_type; local
68 setting_type = "CONTENT_SETTINGS_TYPE_DEFAULT";
71 setting_type = "CONTENT_SETTINGS_TYPE_COOKIES";
74 setting_type = "CONTENT_SETTINGS_TYPE_IMAGES";
77 setting_type = "CONTENT_SETTINGS_TYPE_JAVASCRIPT";
80 setting_type = "CONTENT_SETTINGS_TYPE_PLUGINS";
83 setting_type = "CONTENT_SETTINGS_TYPE_POPUPS";
86 setting_type = "CONTENT_SETTINGS_TYPE_GEOLOCATION";
89 setting_type = "CONTENT_SETTINGS_TYPE_NOTIFICATIONS";
92 setting_type = "CONTENT_SETTINGS_TYPE_PRERENDER"
    [all...]
  /external/chromium_org/content/ppapi_plugin/
broker_process_dispatcher.h 50 PP_Flash_BrowserOperations_SettingType setting_type);
54 PP_Flash_BrowserOperations_SettingType setting_type,
60 PP_Flash_BrowserOperations_SettingType setting_type,
75 PP_Flash_BrowserOperations_SettingType setting_type,
79 PP_Flash_BrowserOperations_SettingType setting_type,
broker_process_dispatcher.cc 161 PP_Flash_BrowserOperations_SettingType setting_type) {
167 data_str.c_str(), setting_type, &GetPermissionSettingsCallback,
177 data_str.c_str(), setting_type, &GetPermissionSettingsCallback,
191 PP_Flash_BrowserOperations_SettingType setting_type,
196 SetDefaultPermission(plugin_data_path, setting_type, permission,
203 PP_Flash_BrowserOperations_SettingType setting_type,
206 request_id, SetSitePermission(plugin_data_path, setting_type, sites)));
274 PP_Flash_BrowserOperations_SettingType setting_type,
280 data_str.c_str(), setting_type, permission,
287 data_str.c_str(), setting_type, permission
    [all...]
  /external/chromium_org/ppapi/c/private/
ppp_flash_browser_operations.h 130 * @param[in] setting_type What type of setting to retrieve.
137 PP_Flash_BrowserOperations_SettingType setting_type,
146 * @param[in] setting_type What type of setting to set.
155 PP_Flash_BrowserOperations_SettingType setting_type,
164 * @param[in] setting_type What type of setting to set.
174 PP_Flash_BrowserOperations_SettingType setting_type,
215 PP_Flash_BrowserOperations_SettingType setting_type,
220 PP_Flash_BrowserOperations_SettingType setting_type,
225 PP_Flash_BrowserOperations_SettingType setting_type,
  /external/chromium_org/chrome/browser/
pepper_flash_settings_manager.cc 51 PP_Flash_BrowserOperations_SettingType setting_type);
54 PP_Flash_BrowserOperations_SettingType setting_type,
58 PP_Flash_BrowserOperations_SettingType setting_type,
95 setting_type(PP_FLASH_BROWSEROPERATIONS_SETTINGTYPE_CAMERAMIC),
107 PP_Flash_BrowserOperations_SettingType setting_type; member in struct:PepperFlashSettingsManager::Core::PendingRequest
134 PP_Flash_BrowserOperations_SettingType setting_type);
137 PP_Flash_BrowserOperations_SettingType setting_type,
142 PP_Flash_BrowserOperations_SettingType setting_type,
257 PP_Flash_BrowserOperations_SettingType setting_type) {
263 setting_type));
    [all...]
pepper_flash_settings_manager.h 79 PP_Flash_BrowserOperations_SettingType setting_type);
85 PP_Flash_BrowserOperations_SettingType setting_type,
92 uint32 SetSitePermission(PP_Flash_BrowserOperations_SettingType setting_type,
  /external/chromium_org/ppapi/api/private/
ppp_flash_browser_operations.idl 92 * @param[in] setting_type What type of setting to retrieve.
100 [in] PP_Flash_BrowserOperations_SettingType setting_type,
110 * @param[in] setting_type What type of setting to set.
120 [in] PP_Flash_BrowserOperations_SettingType setting_type,
130 * @param[in] setting_type What type of setting to set.
141 [in] PP_Flash_BrowserOperations_SettingType setting_type,
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSSettings.py 233 def _Same(tool, name, setting_type):
239 setting_type: the type of this setting.
241 _Renamed(tool, name, name, setting_type)
244 def _Renamed(tool, msvs_name, msbuild_name, setting_type):
251 setting_type: the type of this setting.
256 msbuild_tool_settings[msbuild_name] = setting_type.ConvertToMSBuild(value)
258 _msvs_validators[tool.msvs_name][msvs_name] = setting_type.ValidateMSVS
260 setting_type.ValidateMSBuild)
264 def _Moved(tool, settings_name, msbuild_tool_name, setting_type):
266 setting_type)
    [all...]
  /external/chromium_org/ppapi/proxy/
ppapi_messages.h 460 PP_Flash_BrowserOperations_SettingType /* setting_type */)
471 PP_Flash_BrowserOperations_SettingType /* setting_type */,
481 PP_Flash_BrowserOperations_SettingType /* setting_type */,
    [all...]

Completed in 245 milliseconds