OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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 != content::PAGE_TRANSITION_TYPED)
386
if (
only_typed
|| transition != content::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 != content::PAGE_TRANSITION_TYPED)
746
if (
only_typed
|| transition != content::PAGE_TRANSITION_TYPED) {
Completed in 148 milliseconds