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

  /external/chromium/chrome/browser/extensions/
extension_browser_event_router.cc 42 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 = entry->UpdateLoadState(contents)
491 DictionaryValue* changed_properties = new DictionaryValue(); local
    [all...]
extension_browser_event_router.h 106 // Packages |changed_properties| as a tab updated event for the tab |contents|
109 DictionaryValue* changed_properties);

Completed in 104 milliseconds