Searched refs:tab_value (Results 1 – 4 of 4) sorted by relevance
36 scoped_ptr<DictionaryValue> tab_value(new DictionaryValue()); in WindowToValue() local37 if (TabToValue(window.tabs[i], tab_value.get())) in WindowToValue()38 tab_values->Append(tab_value.release()); in WindowToValue()
228 scoped_ptr<DictionaryValue> tab_value(new DictionaryValue()); in SessionWindowToValue() local229 if (SessionTabToValue(*window.tabs[i], tab_value.get())) in SessionWindowToValue()230 tab_values->Append(tab_value.release()); in SessionWindowToValue()
62 Value* tab_value = NULL; in RunImpl() local63 EXTENSION_FUNCTION_VALIDATE(args_->Get(0, &tab_value)); in RunImpl()64 if (tab_value->IsType(Value::TYPE_NULL)) { in RunImpl()73 EXTENSION_FUNCTION_VALIDATE(tab_value->GetAsInteger(&execute_tab_id_)); in RunImpl()
160 scoped_ptr<DictionaryValue> tab_value( in OpenChannelToExtension() local162 base::JSONWriter::Write(tab_value.get(), false, &tab_json); in OpenChannelToExtension()199 scoped_ptr<DictionaryValue> tab_value( in OpenChannelToTab() local201 base::JSONWriter::Write(tab_value.get(), false, &tab_json); in OpenChannelToTab()