/external/webkit/WebCore/platform/graphics/mac/ |
ComplexTextController.cpp | 184 m_smallCapsBuffer.resize(m_end);
|
/external/webkit/WebCore/platform/graphics/win/ |
FontCacheWin.cpp | 163 glyphsetBuffer.resize(GetFontUnicodeRanges(hdc, 0));
|
/external/webkit/WebCore/rendering/ |
RenderLayer.h | 281 void resize(const PlatformMouseEvent&, const IntSize&);
|
RenderTable.cpp | 755 m_columns.resize(maxCols); 756 m_columnPos.resize(maxCols + 1); [all...] |
/external/webkit/WebKit/qt/QGVLauncher/ |
main.cpp | 334 resize(640, 480);
|
/external/webkit/WebKitTools/QtLauncher/ |
main.cpp | 154 resize(800, 600);
|
/frameworks/base/libs/surfaceflinger_client/ |
SharedBufferStack.cpp | 612 status_t SharedBufferServer::resize(int newNumBuffers) function in class:android::SharedBufferServer
|
/frameworks/base/tools/localize/ |
localize.cpp | 420 cfg.resize(20);
|
/ndk/sources/android/stlport/stlport/stl/ |
_hashtable.c | 207 //We check that equivalent keys have equals hash code as otherwise, on resize, 238 //We check that equivalent keys have equals hash code as otherwise, on resize, 513 _M_buckets.resize(__ht._M_buckets.size());
|
_hashtable.h | 263 * - avoid _STLP_DEBUG performance trouble: with a vector of iterator on slist the resize 580 void resize(size_type __num_buckets_hint) function in class:hashtable
|
/external/chromium/net/base/ |
cookie_monster_unittest.cc | 192 blankpairs.resize(net::CookieMonster::ParsedCookie::kMaxPairs - 1, ';'); 211 maxstr.resize(net::CookieMonster::ParsedCookie::kMaxCookieSize, 'a'); [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
vcdecoder2_test.cc | 62 delta_file_.resize(delta_file_.size() - 1); 74 delta_file_.resize(delta_file_header_.size() [all...] |
vcdecoder4_test.cc | [all...] |
vcencoder_test.cc | 623 expected_match_counts_.resize(match_size * 2, 0); [all...] |
/external/webkit/JavaScriptCore/runtime/ |
Structure.cpp | 532 sortedPropertyEntries.resize(propertyCount); [all...] |
/external/webkit/JavaScriptCore/wtf/ |
Vector.h | 539 void resize(size_t size); 753 inline void Vector<T, inlineCapacity>::resize(size_t size) function in class:WTF::Vector::Vector
|
/external/webkit/WebCore/css/ |
html.css | 380 resize: auto;
|
/external/webkit/WebCore/plugins/ |
PluginView.cpp | 971 resize(size); [all...] |
/external/webkit/WebKit/chromium/src/ |
WebViewImpl.cpp | 836 void WebViewImpl::resize(const WebSize& newSize) function in class:WebKit::WebViewImpl 843 mainFrameImpl()->frameView()->resize(m_size.width, m_size.height); [all...] |
/external/protobuf/src/google/protobuf/ |
descriptor.cc | 538 strings_.resize(strings_before_checkpoint_); 539 messages_.resize(messages_before_checkpoint_); 540 file_tables_.resize(file_tables_before_checkpoint_); 541 allocations_.resize(allocations_before_checkpoint_); [all...] |
/build/tools/droiddoc/templates/assets/ |
jquery-resizable.min.js | [all...] |
/external/jdiff/ |
xerces.jar | |
/external/webkit/WebCore/inspector/front-end/ |
inspector.css | 94 cursor: row-resize; 293 cursor: row-resize; [all...] |
/external/chromium/third_party/icu/source/tools/tzcode/ |
tz2icu.cpp | [all...] |
/external/chromium/base/ |
histogram.cc | 191 sample_.Resize(*this); 483 void Histogram::SampleSet::Resize(const Histogram& histogram) { 484 counts_.resize(histogram.bucket_count(), 0);
|