HomeSort by relevance Sort by last modified time
    Searched full:dict_if (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
js_fs_test.cc 192 VarDictionaryInterface* dict_if = ppapi_.GetVarDictionaryInterface(); local
195 PP_Bool result = dict_if->Set(*var, key_var, value_var);
233 VarDictionaryInterface* dict_if = ppapi_.GetVarDictionaryInterface(); local
280 PP_Var var_keys = dict_if->GetKeys(var);
287 PP_Var var_value = dict_if->Get(var, key);
330 VarDictionaryInterface* dict_if = ppapi_.GetVarDictionaryInterface();
378 PP_Var var_keys = dict_if->GetKeys(var);
379 PP_Var expected_keys = dict_if->GetKeys(expected);
389 PP_Var var_value = dict_if->Get(var, key);
390 PP_Var expected_value = dict_if->Get(expected, key)
    [all...]

Completed in 495 milliseconds