OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resize
(Results
326 - 350
of
361
) sorted by null
<<
11
12
13
14
15
/external/webkit/WebCore/platform/network/mac/
ResourceHandleMac.mm
457
data.
resize
([result length]);
[
all
...]
/ndk/sources/android/stlport/stlport/stl/
_rope.h
2026
void
resize
(size_type, _CharT) {}
function in class:rope
2027
void
resize
(size_type) {}
function in class:rope
[
all
...]
_valarray.h
363
void
resize
(size_t __n, value_type __x = value_type()) {
function in class:valarray
[
all
...]
/external/chromium/sdch/open-vcdiff/src/
vcdecoder3_test.cc
563
delta_file_.
resize
(delta_file_header_.size() - 2);
[
all
...]
/external/webkit/WebCore/inspector/front-end/
ResourcesPanel.js
683
this.
resize
();
[
all
...]
/external/icu4c/tools/tzcode/
tz2icu.cpp
[
all
...]
/external/skia/src/core/
SkPicturePlayback.cpp
435
str.
resize
(len);
[
all
...]
/external/webkit/SunSpider/tests/parse-only/
jquery-1.3.2.js
[
all
...]
mootools-1.2.2-core-nc.js
[
all
...]
/external/webkit/WebCore/css/
CSSComputedStyleDeclaration.cpp
[
all
...]
/external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.cpp
110
m_stateStack.
resize
(1);
[
all
...]
/external/webkit/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp
[
all
...]
/external/chromium/net/http/
http_cache_unittest.cc
129
data_[index].
resize
(offset + buf_len);
189
data_[1].
resize
(real_offset + buf_len);
[
all
...]
/external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm
157
void NetscapePluginInstanceProxy::
resize
(NSRect size, NSRect clipRect, bool sync)
[
all
...]
/external/stlport/stlport/stl/
_valarray.h
363
void
resize
(size_t __n, value_type __x = value_type()) {
function in class:valarray
[
all
...]
/external/webkit/WebCore/page/
EventHandler.cpp
[
all
...]
/frameworks/base/services/java/com/android/server/
WindowManagerService.java
340
* the
resize
after closing the transaction in which we resized the
[
all
...]
/external/webkit/WebKit/mac/Plugins/
WebNetscapePluginView.mm
323
// WebCore will eventually
resize
us to.
529
convertedDirtyRects.
resize
(count);
[
all
...]
/external/webkit/WebKit/win/
WebView.cpp
[
all
...]
/external/webkit/WebKit/android/jni/
WebViewCore.cpp
588
// If the new total is larger than the content,
resize
the view to include
591
//
Resize
the view to change the overflow clip.
592
view->
resize
(total.fRight, total.fBottom);
[
all
...]
/external/webkit/WebKit/gtk/webkit/
webkitwebview.cpp
634
frame->view()->
resize
(allocation->width, allocation->height);
[
all
...]
/external/webkit/WebKit/mac/WebView/
WebView.mm
767
// need to do an explicit
resize
, since WebFrameViews have auto resizing turned on and will handle changing
769
frame->view()->
resize
(IntSize(size));
[
all
...]
/prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar
/prebuilt/windows/swt/
swt.jar
/prebuilt/windows-x86_64/swt/
swt.jar
Completed in 2420 milliseconds
<<
11
12
13
14
15