OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tos_visible
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/
welcome_ui_android.cc
54
bool
tos_visible
= tab && tab->ShouldWelcomePageLinkToTermsOfService();
local
55
html_source->AddBoolean("tosVisible",
tos_visible
);
58
if (
tos_visible
) {
Completed in 168 milliseconds