ToDictionary      336 chrome/browser/chromeos/extensions/file_manager/file_browser_handler_api_test.cc   scoped_ptr<base::DictionaryValue> result(utils::ToDictionary(
ToDictionary      365 chrome/browser/chromeos/extensions/file_manager/file_browser_handler_api_test.cc   scoped_ptr<base::DictionaryValue> result(utils::ToDictionary(
ToDictionary       50 chrome/browser/extensions/api/runtime/runtime_apitest.cc       extension_function_test_utils::ToDictionary(result.get());
ToDictionary      275 chrome/browser/extensions/api/sessions/sessions_apitest.cc   scoped_ptr<base::DictionaryValue> restored_window_session(utils::ToDictionary(
ToDictionary       41 chrome/browser/extensions/api/tabs/tabs_interactive_test.cc   scoped_ptr<base::DictionaryValue> result(utils::ToDictionary(
ToDictionary       54 chrome/browser/extensions/api/tabs/tabs_interactive_test.cc   result.reset(utils::ToDictionary(
ToDictionary       62 chrome/browser/extensions/api/tabs/tabs_test.cc   scoped_ptr<base::DictionaryValue> result(utils::ToDictionary(
ToDictionary       78 chrome/browser/extensions/api/tabs/tabs_test.cc   result.reset(utils::ToDictionary(
ToDictionary      104 chrome/browser/extensions/api/tabs/tabs_test.cc   result.reset(utils::ToDictionary(
ToDictionary      129 chrome/browser/extensions/api/tabs/tabs_test.cc   result.reset(utils::ToDictionary(
ToDictionary      148 chrome/browser/extensions/api/tabs/tabs_test.cc   scoped_ptr<base::DictionaryValue> result(utils::ToDictionary(
ToDictionary      162 chrome/browser/extensions/api/tabs/tabs_test.cc   result.reset(utils::ToDictionary(
ToDictionary      240 chrome/browser/extensions/api/tabs/tabs_test.cc   scoped_ptr<base::DictionaryValue> result(utils::ToDictionary(
ToDictionary      261 chrome/browser/extensions/api/tabs/tabs_test.cc   scoped_ptr<base::DictionaryValue> result(utils::ToDictionary(
ToDictionary      279 chrome/browser/extensions/api/tabs/tabs_test.cc   result.reset(utils::ToDictionary(
ToDictionary      302 chrome/browser/extensions/api/tabs/tabs_test.cc   scoped_ptr<base::DictionaryValue> result(utils::ToDictionary(
ToDictionary      319 chrome/browser/extensions/api/tabs/tabs_test.cc   result.reset(utils::ToDictionary(
ToDictionary      453 chrome/browser/extensions/api/tabs/tabs_test.cc   scoped_ptr<base::DictionaryValue> result(utils::ToDictionary(
ToDictionary      535 chrome/browser/extensions/api/tabs/tabs_test.cc   scoped_ptr<base::DictionaryValue> duplicate_result(utils::ToDictionary(
ToDictionary      574 chrome/browser/extensions/api/tabs/tabs_test.cc   scoped_ptr<base::DictionaryValue> duplicate_result(utils::ToDictionary(
ToDictionary       43 chrome/browser/extensions/extension_function_test_utils.h base::DictionaryValue* ToDictionary(base::Value* val);
ToDictionary       76 chromeos/network/network_event_log.cc   void ToDictionary(base::DictionaryValue*) const;
ToDictionary      137 chromeos/network/network_event_log.cc   ToDictionary(&entry);
ToDictionary       56 components/autofill/content/browser/wallet/instrument.h   scoped_ptr<base::DictionaryValue> ToDictionary() const;
ToDictionary       36 components/autofill/content/browser/wallet/instrument_unittest.cc TEST(Instrument, ToDictionary) {
ToDictionary       68 components/autofill/content/browser/wallet/instrument_unittest.cc   EXPECT_TRUE(expected.Equals(instrument.ToDictionary().get()));
ToDictionary      380 components/autofill/content/browser/wallet/wallet_client.cc       request_dict.Set(kInstrumentKey, instrument->ToDictionary().release());