HomeSort by relevance Sort by last modified time
    Searched refs:windowWidth (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp 890 int windowWidth;
893 windowWidth = m_baseWidth;
896 windowWidth = baseWidth + scrollbarWidth + paddingWidth;
897 if (windowWidth > m_maxWindowWidth) {
898 // windowWidth exceeds m_maxWindowWidth, so we have to clip.
899 windowWidth = m_maxWindowWidth;
900 baseWidth = windowWidth - scrollbarWidth - paddingWidth;
903 contentWidth = windowWidth - scrollbarWidth;
905 if (windowWidth < m_baseWidth) {
906 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
  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayWithCompositionTest.java 449 int windowWidth = mWidth / mNumWindows;
451 GlWindow window = new GlWindow(this, i * windowWidth, 0, windowWidth, mHeight);
    [all...]
  /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;
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
SlidingChallengeLayout.java     [all...]
  /external/chromium_org/chrome/browser/resources/ntp_android/
ntp_android.js     [all...]
  /external/chromium_org/remoting/webapp/
client_session.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp 461 int windowWidth = 100;
474 m_webView->resize(WebSize(windowWidth, windowHeight));
    [all...]

Completed in 1232 milliseconds