Lines Matching defs:exception

161   DictionaryValue* exception = new DictionaryValue();
162 exception->SetString(kOrigin, pattern.ToString());
163 exception->SetString(kEmbeddingOrigin,
167 exception->SetString(kSetting, ContentSettingToString(setting));
168 exception->SetString(kSource, provider_name);
169 return exception;
179 DictionaryValue* exception = new DictionaryValue();
180 exception->SetString(kSetting, ContentSettingToString(setting));
181 exception->SetString(kOrigin, origin.ToString());
182 exception->SetString(kEmbeddingOrigin, embedding_origin.ToString());
183 return exception;
193 DictionaryValue* exception = new DictionaryValue();
194 exception->SetString(kSetting, ContentSettingToString(setting));
195 exception->SetString(kOrigin, pattern.ToString());
196 exception->SetString(kSource, provider_name);
197 return exception;
212 DictionaryValue* exception = new DictionaryValue();
213 exception->SetString(kSetting, ContentSettingToString(CONTENT_SETTING_ALLOW));
214 exception->SetString(kOrigin, url_pattern);
215 exception->SetString(kEmbeddingOrigin, url_pattern);
216 exception->SetString(kSource, "HostedApp");
217 exception->SetString(kAppName, app.name());
218 exception->SetString(kAppId, app.id());
219 exceptions->Append(exception);
409 // Register titles for each of the individual settings whose exception
905 DictionaryValue* exception = new DictionaryValue();
906 exception->SetString(kOrigin, video_origin);
907 exception->SetString(kSetting,
909 exception->SetString(kVideoSetting, video_setting);
910 exception->SetString(kSource, kPreferencesSource);
913 media_exceptions.Append(exception);
914 entries_map[video_origin] = exception;
1430 // One exception is that we will hide them when Pepper Flash is disabled