OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tab_value
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/webui/
value_helper.cc
36
scoped_ptr<DictionaryValue>
tab_value
(new DictionaryValue());
37
if (TabToValue(window.tabs[i],
tab_value
.get()))
38
tab_values->Append(
tab_value
.release());
foreign_session_handler.cc
228
scoped_ptr<DictionaryValue>
tab_value
(new DictionaryValue());
229
if (SessionTabToValue(*window.tabs[i],
tab_value
.get()))
230
tab_values->Append(
tab_value
.release());
/external/chromium/chrome/browser/extensions/
execute_code_in_tab_function.cc
62
Value*
tab_value
= NULL;
local
63
EXTENSION_FUNCTION_VALIDATE(args_->Get(0, &
tab_value
));
64
if (
tab_value
->IsType(Value::TYPE_NULL)) {
73
EXTENSION_FUNCTION_VALIDATE(
tab_value
->GetAsInteger(&execute_tab_id_));
extension_message_service.cc
160
scoped_ptr<DictionaryValue>
tab_value
(
162
base::JSONWriter::Write(
tab_value
.get(), false, &tab_json);
199
scoped_ptr<DictionaryValue>
tab_value
(
201
base::JSONWriter::Write(
tab_value
.get(), false, &tab_json);
Completed in 1195 milliseconds