OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsLocal
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/search/
instant_page.cc
38
bool InstantPage::
IsLocal
() const {
search_tab_helper.cc
92
bool
IsLocal
(const content::WebContents* contents) {
564
} else if (
IsLocal
(web_contents_)) {
/external/chromium_org/sync/api/
sync_data.cc
103
DCHECK(
IsLocal
());
114
DCHECK(!
IsLocal
());
119
DCHECK(!
IsLocal
());
123
bool SyncData::
IsLocal
() const {
139
if (
IsLocal
()) {
140
return "{
isLocal
: true, type: " + type + ", tag: " + GetTag() +
145
return "{
isLocal
: false, type: " + type + ", specifics: " + specifics +
Completed in 401 milliseconds