OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:windowWidth
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp
898
int
windowWidth
;
901
windowWidth
= m_baseWidth;
904
windowWidth
= baseWidth + scrollbarWidth + paddingWidth;
905
if (
windowWidth
> m_maxWindowWidth) {
906
//
windowWidth
exceeds m_maxWindowWidth, so we have to clip.
907
windowWidth
= m_maxWindowWidth;
908
baseWidth =
windowWidth
- scrollbarWidth - paddingWidth;
911
contentWidth =
windowWidth
- scrollbarWidth;
913
if (
windowWidth
< m_baseWidth) {
914
windowWidth
= m_baseWidth
[
all
...]
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller.h
210
- (NSPoint)windowTopLeftForWidth:(int)
windowWidth
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller.h
191
- (NSPoint)windowTopLeftForWidth:(int)
windowWidth
/build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js
77
var
windowWidth
= $(window).width() + "px";
81
content.css({width:parseInt(
windowWidth
) - parseInt(navWidth) - 6 + "px"}); // necessary in order for scrollbars to be visible
355
var
windowWidth
= $(window).width() + "px";
365
content.css({width:parseInt(
windowWidth
) - parseInt(sidenavWidth) - 6 + "px"}); // necessary in order to for scrollbars to be visible
/external/doclava/res/assets/templates/assets/
doclava-developer-docs.js
77
var
windowWidth
= $(window).width() + "px";
81
content.css({width:parseInt(
windowWidth
) - parseInt(navWidth) - 6 + "px"}); // necessary in order for scrollbars to be visible
282
var
windowWidth
= $(window).width() + "px";
291
content.css({width:parseInt(
windowWidth
) - parseInt(sidenavWidth) - 6 + "px"}); // necessary in order to for scrollbars to be visible
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
timeline_explorer.js
149
var
windowWidth
= document.documentElement.clientWidth;
153
var graphWidth =
windowWidth
- 20 - inspectorNode.offsetWidth;