HomeSort by relevance Sort by last modified time
    Searched full:changed_properties (Results 1 - 4 of 4) 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);
  /external/chromium_org/chromeos/dbus/
bluetooth_gatt_characteristic_service_provider.cc 106 // changed_properties
bluetooth_gatt_descriptor_service_provider.cc 104 // changed_properties

Completed in 78 milliseconds