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

/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_event_router.cc41 const base::DictionaryValue* changed_properties,
47 base::DictionaryValue* properties_value = changed_properties->DeepCopy();
73 base::DictionaryValue* changed_properties = new base::DictionaryValue(); local
74 changed_properties->SetString(tabs_constants::kStatusKey,
76 return changed_properties;
83 base::DictionaryValue* changed_properties = new base::DictionaryValue(); local
84 changed_properties->SetString(tabs_constants::kStatusKey,
89 changed_properties->SetString(tabs_constants::kUrlKey, url_.spec());
92 return changed_properties;
392 scoped_ptr<base::DictionaryValue> changed_properties; local
39 WillDispatchTabUpdatedEvent( WebContents* contents, const base::DictionaryValue* changed_properties, content::BrowserContext* context, const Extension* extension, base::ListValue* event_args) argument
447 DispatchTabUpdatedEvent( WebContents* contents, scoped_ptr<base::DictionaryValue> changed_properties) argument
[all...]

Completed in 78 milliseconds