OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:screenRect
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
PlatformScreen.cpp
75
FloatRect
screenRect
(Widget* widget)
/external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp
861
IntRect Element::
screenRect
() const
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.cpp
534
IntRect
screenRect
(rect);
538
screenRect
.move(windowRect.x, windowRect.y);
541
return
screenRect
;
691
IntRect
screenRect
= bounds;
692
screenRect
.setLocation(view->screenToContents(bounds.location()));
693
if (!visibleRect.contains(
screenRect
)) {
[
all
...]
/cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java
804
Rect
screenRect
= screen.getBounds();
827
assertTrue("Pinch must be in center of target view", p2s.y ==
screenRect
.centerY())
[
all
...]
Completed in 280 milliseconds