HomeSort by relevance Sort by last modified time
    Searched defs:SessionTabToValue (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/sync/protocol/
proto_value_conversions.cc 109 DictionaryValue* SessionTabToValue(
269 SET(tab, SessionTabToValue);
  /external/chromium/chrome/browser/ui/webui/
foreign_session_handler.cc 196 bool ForeignSessionHandler::SessionTabToValue(
229 if (SessionTabToValue(*window.tabs[i], tab_value.get()))
  /external/chromium_org/chrome/browser/ui/webui/ntp/
foreign_session_handler.cc 123 bool ForeignSessionHandler::SessionTabToValue(
389 if (SessionTabToValue(*window.tabs[i], tab_value.get())) {
  /external/chromium_org/sync/protocol/
proto_value_conversions.cc 159 base::DictionaryValue* SessionTabToValue(const sync_pb::SessionTab& proto) {
560 SET(tab, SessionTabToValue);

Completed in 396 milliseconds