OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
;
392
scoped_ptr<base::DictionaryValue>
changed_properties
;
local
[
all
...]
tabs_event_router.h
109
// Packages |
changed_properties
| as a tab updated event for the tab |contents|
113
scoped_ptr<base::DictionaryValue>
changed_properties
);
Completed in 177 milliseconds