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

  /external/chromium_org/chrome/browser/history/
typed_url_syncable_service.cc 339 bool only_typed = false; local
364 only_typed = true;
380 if (only_typed && transition != ui::PAGE_TRANSITION_TYPED)
386 if (only_typed || transition != ui::PAGE_TRANSITION_TYPED) {
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_model_associator.cc 698 bool only_typed = false; local
723 only_typed = true;
740 if (only_typed && transition != ui::PAGE_TRANSITION_TYPED)
746 if (only_typed || transition != ui::PAGE_TRANSITION_TYPED) {

Completed in 799 milliseconds