OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:widgetsize
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/tests/
PopupContainerTest.cpp
53
MockPopupContent(const IntSize&
widgetSize
)
54
: width(
widgetSize
.width() - borderSize * 2)
55
, height(
widgetSize
.height() - borderSize * 2)
/external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestProxy.cpp
594
WebSize
widgetSize
= webWidget()->size();
595
WebRect clientRect(0, 0,
widgetSize
.width,
widgetSize
.height);
652
WebSize
widgetSize
= webWidget()->size();
654
int scaledWidth = static_cast<int>(ceil(static_cast<float>(
widgetSize
.width) * deviceScaleFactor));
655
int scaledHeight = static_cast<int>(ceil(static_cast<float>(
widgetSize
.height) * deviceScaleFactor));
[
all
...]
Completed in 366 milliseconds