OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adjustForAbsoluteZoom
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
ImageInputType.cpp
211
return box ?
adjustForAbsoluteZoom
(box->contentHeight(), box) : 0;
235
return box ?
adjustForAbsoluteZoom
(box->contentWidth(), box) : 0;
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImageElement.cpp
252
return box ?
adjustForAbsoluteZoom
(box->contentBoxRect().pixelSnappedWidth(), box) : 0;
275
return box ?
adjustForAbsoluteZoom
(box->contentBoxRect().pixelSnappedHeight(), box) : 0;
/external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryEvaluator.cpp
399
height =
adjustForAbsoluteZoom
(height, renderView);
414
width =
adjustForAbsoluteZoom
(width, renderView);
/external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp
617
return
adjustForAbsoluteZoom
(roundToInt(renderer->clientLeft()), renderer);
626
return
adjustForAbsoluteZoom
(roundToInt(renderer->clientTop()), renderer);
641
return
adjustForAbsoluteZoom
(view->layoutSize().width(), renderView);
662
return
adjustForAbsoluteZoom
(view->layoutSize().height(), renderView);
677
return
adjustForAbsoluteZoom
(rend->scrollLeft(), rend);
687
return
adjustForAbsoluteZoom
(view->scrollX(), renderView);
700
return
adjustForAbsoluteZoom
(rend->scrollTop(), rend);
710
return
adjustForAbsoluteZoom
(view->scrollY(), renderView);
771
return
adjustForAbsoluteZoom
(rend->scrollWidth(), rend);
779
return
adjustForAbsoluteZoom
(rend->scrollHeight(), rend)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
DOMWindow.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.cpp
555
elementInfo->setString("nodeWidth", String::number(modelObject ?
adjustForAbsoluteZoom
(modelObject->pixelSnappedOffsetWidth(), modelObject) : boundingBox.width()));
556
elementInfo->setString("nodeHeight", String::number(modelObject ?
adjustForAbsoluteZoom
(modelObject->pixelSnappedOffsetHeight(), modelObject) : boundingBox.height()));
InspectorDOMAgent.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h
[
all
...]
Completed in 83 milliseconds