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

/external/chromium/chrome/browser/extensions/
H A Dextension_browser_event_router.cc42 DictionaryValue* changed_properties = new DictionaryValue(); local
43 changed_properties->SetString(tab_keys::kStatusKey,
45 return changed_properties;
52 DictionaryValue* changed_properties = new DictionaryValue(); local
53 changed_properties->SetString(tab_keys::kStatusKey,
58 changed_properties->SetString(tab_keys::kUrlKey, url_.spec());
61 return changed_properties;
396 DictionaryValue* changed_properties = NULL; local
401 changed_properties = entry->DidNavigate(contents);
403 changed_properties
409 DispatchTabUpdatedEvent( TabContents* contents, DictionaryValue* changed_properties) argument
491 DictionaryValue* changed_properties = new DictionaryValue(); local
[all...]

Completed in 59 milliseconds