Home | History | Annotate | Download | only in extensions

Lines Matching refs:override

258     // Verify that the override value is good.  If not, unregister it and find
260 std::string override;
261 if (!val->GetAsString(&override)) {
266 GURL extension_url(override);
279 LOG(WARNING) << "chrome URL override present for non-existant extension";
310 // For each override provided by the extension, add it to the front of
311 // the override list if it's not already in the list.
322 // Verify that the override isn't already in the list.
337 // Insert the override at the front of the list. Last registered override
345 Profile* profile, ListValue* list, Value* override) {
346 int index = list->Remove(*override);
348 // This is the active override, so we need to find all existing
349 // tabs for this override and get them to reload the original URL.
368 Profile* profile, Value* override) {
369 if (!override)
380 UnregisterAndReplaceOverride(page, profile, page_overrides, override);
401 StringValue override(iter->second.spec());
403 page_overrides, &override);