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

  /external/chromium_org/content/renderer/pepper/
v8_var_converter_unittest.cc 244 dictionary->SetWithStringKey("1", PP_MakeUndefined());
245 dictionary->SetWithStringKey("2", PP_MakeNull());
246 dictionary->SetWithStringKey("3", PP_MakeInt32(-100));
247 dictionary->SetWithStringKey("4", PP_MakeBool(PP_TRUE));
248 dictionary->SetWithStringKey("5", PP_MakeDouble(-103.52));
252 dictionary->SetWithStringKey("6", release_string.get());
253 dictionary->SetWithStringKey("7", release_string.get());
260 dictionary2->SetWithStringKey("abc", release_string.get());
261 dictionary->SetWithStringKey("8", release_dictionary2.get());
270 dictionary->SetWithStringKey("9", release_array2.get())
    [all...]
v8_var_converter.cc 457 bool success = dict_var->SetWithStringKey(
  /external/chromium_org/ppapi/proxy/
raw_var_data_unittest.cc 143 dictionary->SetWithStringKey("1", PP_MakeUndefined());
144 dictionary->SetWithStringKey("2", PP_MakeNull());
145 dictionary->SetWithStringKey("3", PP_MakeInt32(-100));
146 dictionary->SetWithStringKey("4", PP_MakeBool(PP_TRUE));
147 dictionary->SetWithStringKey("5", PP_MakeDouble(-103.52));
151 dictionary->SetWithStringKey("6", release_string.get());
152 dictionary->SetWithStringKey("7", release_string.get());
159 dictionary2->SetWithStringKey("abc", release_string.get());
160 dictionary->SetWithStringKey("8", release_dictionary2.get());
169 dictionary->SetWithStringKey("9", release_array2.get())
    [all...]
raw_var_data.cc 630 bool success = dictionary_var->SetWithStringKey(children_[i].first,
  /external/chromium_org/ppapi/shared_impl/
var_value_conversions_unittest.cc 166 ASSERT_TRUE(dict_var->SetWithStringKey("key_1", var_2.get()));
195 ASSERT_TRUE(dict_var->SetWithStringKey("key_1", PP_MakeUndefined()));
196 ASSERT_TRUE(dict_var->SetWithStringKey("key_2", PP_MakeInt32(1)));
197 ASSERT_TRUE(dict_var->SetWithStringKey("key_3", PP_MakeNull()));
212 ASSERT_TRUE(dict_var_1->SetWithStringKey("key_1", dict_pp_var_2.get()));
213 ASSERT_TRUE(dict_var_1->SetWithStringKey("key_2", dict_pp_var_2.get()));
214 ASSERT_TRUE(dict_var_1->SetWithStringKey("key_3", string_pp_var.get()));
215 ASSERT_TRUE(dict_var_2->SetWithStringKey("key_4", string_pp_var.get()));
243 ASSERT_TRUE(dict_var_1->SetWithStringKey("null_key", PP_MakeNull()));
244 ASSERT_TRUE(dict_var_1->SetWithStringKey("string_key"
    [all...]
dictionary_var.h 45 bool SetWithStringKey(const std::string& utf8_key, const PP_Var& value);
dictionary_var.cc 97 bool DictionaryVar::SetWithStringKey(const std::string& utf8_key,
var_value_conversions.cc 319 !dict_var->SetWithStringKey(iter.key(), child_var.get())) {

Completed in 482 milliseconds