OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_content_width
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/android_webview/renderer/
print_web_view_helper.cc
137
int
new_content_width
= page_size_in_pixels.width -
local
143
if (
new_content_width
< 1 || new_content_height < 1) {
150
ConvertUnit(
new_content_width
, kPixelsPerInch, dpi),
[
all
...]
/external/chromium_org/chrome/renderer/printing/
print_web_view_helper.cc
133
int
new_content_width
= page_size_in_pixels.width -
local
139
if (
new_content_width
< 1 || new_content_height < 1) {
146
ConvertUnit(
new_content_width
, kPixelsPerInch, dpi),
[
all
...]
Completed in 1125 milliseconds