Home
last modified time | relevance | path

Searched refs:SessionWindowToValue (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/sync/protocol/
Dproto_value_conversions_unittest.cc67 TEST_F(ProtoValueConversionsTest, SessionWindowToValue) { in TEST_F() argument
68 TestSpecificsToValue(SessionWindowToValue); in TEST_F()
Dproto_value_conversions.h61 DictionaryValue* SessionWindowToValue(
Dproto_value_conversions.cc105 SET_REP(window, SessionWindowToValue); in SessionHeaderToValue()
122 DictionaryValue* SessionWindowToValue( in SessionWindowToValue() function
/external/chromium/chrome/browser/ui/webui/
Dforeign_session_handler.h52 bool SessionWindowToValue(const SessionWindow& window,
Dforeign_session_handler.cc115 if (SessionWindowToValue(*window, window_data.get())) { in HandleGetForeignSessions()
219 bool ForeignSessionHandler::SessionWindowToValue( in SessionWindowToValue() function in browser_sync::ForeignSessionHandler