OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nav_type
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/printing/
print_preview_tab_controller.cc
108
NavigationType::Type
nav_type
= detail_info->type;
local
112
nav_type
== NavigationType::SAME_PAGE) {
119
nav_type
== NavigationType::NEW_PAGE &&
128
nav_type
== NavigationType::EXISTING_PAGE) {
/external/chromium_org/chrome/browser/printing/
print_preview_dialog_controller.cc
375
content::NavigationType
nav_type
= details->type;
local
380
nav_type
== content::NAVIGATION_TYPE_NEW_PAGE) {
389
nav_type
== content::NAVIGATION_TYPE_EXISTING_PAGE &&
Completed in 138 milliseconds