OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tab_value
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/ntp/
recently_closed_tabs_handler.cc
38
base::DictionaryValue*
tab_value
= new base::DictionaryValue();
local
39
TabToValue(window.tabs[i],
tab_value
);
40
tab_values->Append(
tab_value
);
/external/chromium_org/chrome/browser/extensions/api/tabs/
ash_panel_contents.cc
84
base::DictionaryValue*
tab_value
= CreateTabValue(extension, 0);
local
85
if (
tab_value
) {
87
tab_list->Append(
tab_value
);
103
base::DictionaryValue*
tab_value
= new base::DictionaryValue();
104
tab_value
->SetInteger(extensions::tabs_constants::kIdKey,
106
tab_value
->SetInteger(extensions::tabs_constants::kIndexKey, 0);
108
tab_value
->SetInteger(extensions::tabs_constants::kWindowIdKey, window_id);
109
tab_value
->SetString(
111
tab_value
->SetString(
115
tab_value
->SetBoolean(extensions::tabs_constants::kActiveKey
[
all
...]
tabs_event_router.cc
187
base::DictionaryValue*
tab_value
= ExtensionTabUtil::CreateTabValue(
local
190
event_args->Append(
tab_value
);
191
tab_value
->SetBoolean(tabs_constants::kSelectedKey, active);
/external/chromium_org/chrome/browser/extensions/api/extension_action/
extension_action_api.cc
301
base::DictionaryValue*
tab_value
=
local
303
args->Append(
tab_value
);
/external/chromium_org/chrome/browser/ui/panels/
panel.cc
99
base::DictionaryValue*
tab_value
= CreateTabValue(extension, 0);
local
100
if (
tab_value
) {
102
tab_list->Append(
tab_value
);
118
base::DictionaryValue*
tab_value
= new base::DictionaryValue();
local
119
tab_value
->SetInteger(extensions::tabs_constants::kIdKey,
121
tab_value
->SetInteger(extensions::tabs_constants::kIndexKey, 0);
122
tab_value
->SetInteger(
125
tab_value
->SetString(
127
tab_value
->SetString(extensions::tabs_constants::kStatusKey,
130
tab_value
->SetBoolean
[
all
...]
Completed in 678 milliseconds