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 380 request_dict.Set(kInstrumentKey, instrument->ToDictionary().release());
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_test.cc 63 scoped_ptr<base::DictionaryValue> result(utils::ToDictionary(
79 result.reset(utils::ToDictionary(
105 result.reset(utils::ToDictionary(
130 result.reset(utils::ToDictionary(
149 scoped_ptr<base::DictionaryValue> result(utils::ToDictionary(
163 result.reset(utils::ToDictionary(
241 scoped_ptr<base::DictionaryValue> result(utils::ToDictionary(
262 scoped_ptr<base::DictionaryValue> result(utils::ToDictionary(
280 result.reset(utils::ToDictionary(
303 scoped_ptr<base::DictionaryValue> result(utils::ToDictionary(
    [all...]
tabs_interactive_test.cc 41 scoped_ptr<base::DictionaryValue> result(utils::ToDictionary(
54 result.reset(utils::ToDictionary(
  /external/chromium_org/chrome/browser/extensions/
extension_function_test_utils.h 42 base::DictionaryValue* ToDictionary(base::Value* val);
extension_function_test_utils.cc 95 base::DictionaryValue* ToDictionary(base::Value* val) {
  /external/chromium_org/extensions/browser/api/runtime/
runtime_apitest.cc 51 extension_function_test_utils::ToDictionary(result.get());
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_handler_api_test.cc 336 scoped_ptr<base::DictionaryValue> result(utils::ToDictionary(
365 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 274 scoped_ptr<base::DictionaryValue> restored_window_session(utils::ToDictionary(

Completed in 440 milliseconds