HomeSort by relevance Sort by last modified time
    Searched refs:changed_properties (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_event_router.cc 41 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;
388 scoped_ptr<base::DictionaryValue> changed_properties; local
    [all...]
tabs_event_router.h 102 // Packages |changed_properties| as a tab updated event for the tab |contents|
106 scoped_ptr<base::DictionaryValue> changed_properties);

Completed in 32 milliseconds