Home
last modified time | relevance | path

Searched defs:windowSize (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/html/
DImageDocument.cpp239 IntSize windowSize = IntSize(view->width(), view->height()); in scale() local
330 IntSize windowSize = IntSize(view->width(), view->height()); in imageFitsInWindow() local
/external/speex/libspeex/
Dsb_celp.h51 int windowSize; /**< Length of high-band LPC window*/ member
Dnb_celp.h56 int windowSize; /**< Analysis (LPC) window length */ member
/external/webkit/Source/WebKit2/UIProcess/gtk/
DWebView.cpp280 void WebView::setSize(GtkWidget*, IntSize windowSize) in setSize()