OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:windowHeight
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp
53
static const int
windowHeight
= 59;
240
, m_timeSlider(HUDSlider::DiamondButton, timeSliderButtonSize, IntRect(IntPoint(windowWidth / 2 - timeSliderWidth / 2,
windowHeight
- margin - sliderHeight), IntSize(timeSliderWidth, sliderHeight)))
434
m_hudPosition.setY(m_fullscreenSize.height() * initialHUDPositionY -
windowHeight
/ 2);
439
BitmapInfo bitmapInfo = BitmapInfo::createBottomUp(IntSize(windowWidth,
windowHeight
));
443
RECT clearRect = { m_hudPosition.x(), m_hudPosition.y(), m_hudPosition.x() + windowWidth, m_hudPosition.y() +
windowHeight
};
495
IntRect outerRect(0, 0, windowWidth,
windowHeight
);
497
IntRect innerRect(borderThickness, borderThickness, windowWidth - borderThickness * 2,
windowHeight
- borderThickness * 2);
538
context.drawText(font, leftText, IntPoint(windowWidth / 2 - timeSliderWidth / 2 - margin - font.width(leftText),
windowHeight
- margin - sliderHeight / 2 + fontHeight / 4));
544
context.drawText(font, rightText, IntPoint(windowWidth / 2 + timeSliderWidth / 2 + margin,
windowHeight
- margin - sliderHeight / 2 + fontHeight / 4));
548
SIZE size = { windowWidth,
windowHeight
};
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/win/
QTMovieGWorld.cpp
409
int
windowHeight
= rect.bottom - rect.top;
410
float windowRatio = static_cast<float>(windowWidth) /
windowHeight
;
411
int actualWidth = (windowRatio > movieRatio) ? (
windowHeight
* movieRatio) : windowWidth;
412
int actualHeight = (windowRatio < movieRatio) ? (windowWidth / movieRatio) :
windowHeight
;
414
int offsetY = (
windowHeight
- actualHeight) / 2;
/build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js
72
var
windowHeight
= ($(window).height() - HEADER_HEIGHT);
73
var swapperHeight =
windowHeight
- 13;
75
sidenav.css({height:
windowHeight
+ "px"});
76
content.css({height:
windowHeight
+ "px"});
177
var
windowHeight
= ($(window).height() - HEADER_HEIGHT);
178
var swapperHeight =
windowHeight
- 13;
180
sidenav.css({height:
windowHeight
+ "px"});
181
content.css({height:
windowHeight
+ "px"});
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller.h
211
height:(int)
windowHeight
;
/build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.js
91
var
windowHeight
= ($(window).height() - HEADER_HEIGHT);
92
var swapperHeight =
windowHeight
- 13;
94
sidenav.css({height:
windowHeight
+ "px"});
95
content.css({height:
windowHeight
+ "px"});
308
var
windowHeight
= ($(window).height() - HEADER_HEIGHT);
309
var swapperHeight =
windowHeight
- 13; // move 13px for swapper link at the bottom
327
var
windowHeight
= ($(window).height() - HEADER_HEIGHT);
328
docContent.css({height:
windowHeight
+ "px"});
329
$("#side-nav").css({height:
windowHeight
+ "px"});
334
var swapperHeight =
windowHeight
- 13
[
all
...]
/external/doclava/res/assets/templates/assets/
doclava-developer-docs.js
91
var
windowHeight
= ($(window).height() - HEADER_HEIGHT);
92
var swapperHeight =
windowHeight
- 13;
94
sidenav.css({height:
windowHeight
+ "px"});
95
content.css({height:
windowHeight
+ "px"});
234
var
windowHeight
= ($(window).height() - HEADER_HEIGHT);
235
var swapperHeight =
windowHeight
- 13; // move 13px for swapper link at the bottom
252
var
windowHeight
= ($(window).height() - HEADER_HEIGHT);
253
docContent.css({height:
windowHeight
+ "px"});
254
$("#side-nav").css({height:
windowHeight
+ "px"});
259
var swapperHeight =
windowHeight
- 13
[
all
...]
/external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.mm
141
static const CGFloat
windowHeight
= 59;
150
NSWindow *window = [[WebVideoFullscreenHUDWindow alloc] initWithContentRect:NSMakeRect(0, 0, windowWidth,
windowHeight
)
376
_playButton = (NSButton *)createControlWithMediaUIControlType(WKMediaUIControlPlayPauseButton, NSMakeRect(center,
windowHeight
- playButtonTopMargin - playButtonHeight, playButtonWidth, playButtonHeight));
383
NSControl *exitFullscreenButton = createControlWithMediaUIControlType(WKMediaUIControlExitFullscreenButton, NSMakeRect(closeToRight,
windowHeight
- exitFullscreenButtonTopMargin - exitFullscreenButtonHeight, exitFullscreenButtonWidth, exitFullscreenButtonHeight));
389
CGFloat volumeControlsBottom =
windowHeight
- volumeControlsTopMargin - volumeButtonHeight;
/external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp
[
all
...]
/external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.mm
216
float
windowHeight
= [currentWindow frame].size.height;
224
MovePortTo(static_cast<short>(contentRect.origin.x), /* Flip Y */ static_cast<short>(
windowHeight
- NSMaxY(contentRect)));
[
all
...]
Completed in 1706 milliseconds