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

  /external/chromium_org/components/autofill/content/browser/wallet/
instrument_unittest.cc 36 TEST(Instrument, ToDictionary) {
69 EXPECT_TRUE(expected.Equals(instrument.ToDictionary().get()));
instrument.h 56 scoped_ptr<base::DictionaryValue> ToDictionary() const;
instrument.cc 99 scoped_ptr<base::DictionaryValue> Instrument::ToDictionary() const {
wallet_client.cc 386 request_dict.Set(kInstrumentKey, instrument->ToDictionary().release());
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_test.cc 68 scoped_ptr<base::DictionaryValue> result(utils::ToDictionary(
84 result.reset(utils::ToDictionary(
110 result.reset(utils::ToDictionary(
135 result.reset(utils::ToDictionary(
154 scoped_ptr<base::DictionaryValue> result(utils::ToDictionary(
168 result.reset(utils::ToDictionary(
246 scoped_ptr<base::DictionaryValue> result(utils::ToDictionary(
267 scoped_ptr<base::DictionaryValue> result(utils::ToDictionary(
285 result.reset(utils::ToDictionary(
308 scoped_ptr<base::DictionaryValue> result(utils::ToDictionary(
    [all...]
tabs_interactive_test.cc 43 scoped_ptr<base::DictionaryValue> result(utils::ToDictionary(
56 result.reset(utils::ToDictionary(
  /external/chromium_org/chrome/browser/extensions/
extension_function_test_utils.h 46 base::DictionaryValue* ToDictionary(base::Value* val);
extension_function_test_utils.cc 94 base::DictionaryValue* ToDictionary(base::Value* val) {
  /external/chromium_org/extensions/browser/api/runtime/
runtime_apitest.cc 52 extension_function_test_utils::ToDictionary(result.get());
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_handler_api_test.cc 337 scoped_ptr<base::DictionaryValue> result(utils::ToDictionary(
366 scoped_ptr<base::DictionaryValue> result(utils::ToDictionary(
  /external/chromium_org/chromeos/network/
network_event_log.cc 84 void ToDictionary(base::DictionaryValue*) const;
143 void LogEntry::ToDictionary(base::DictionaryValue* output) const {
155 ToDictionary(&entry);
  /external/chromium_org/chrome/browser/extensions/api/sessions/
sessions_apitest.cc 292 scoped_ptr<base::DictionaryValue> restored_window_session(utils::ToDictionary(

Completed in 142 milliseconds