Searched refs:resize (Results 326 - 350 of 849) sorted by relevance

<<11121314151617181920>>

/external/webkit/Source/WebCore/dom/
H A DEventNames.h97 macro(resize) \
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLGetInfo.cpp56 m_boolArray.resize(size);
/external/webkit/Source/WebCore/inspector/front-end/
H A DSearchController.js157 WebInspector.toolbar.resize();
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DWKCACFViewLayerTreeHost.cpp127 void WKCACFViewLayerTreeHost::resize() function in class:WebCore::WKCACFViewLayerTreeHost
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateFullscreenWindow.cpp160 m_layerTreeHost->resize();
/external/webkit/Source/WebCore/platform/text/
H A DRegularExpression.cpp106 nonReturnedOvector.resize(offsetVectorSize);
H A DTextEncoding.cpp99 normalizedCharacters.resize(normalizedLength);
/external/webkit/Source/WebCore/svg/
H A DSVGPathStringBuilder.cpp34 m_stringBuilder.resize(size - 1);
/external/webkit/Source/WebCore/webaudio/
H A DAudioNodeInput.cpp148 m_renderingOutputs.resize(m_outputs.size());
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DUrlInterceptResponse.cpp73 out->resize(size);
/external/webkit/Source/WebKit/qt/tests/qgraphicswebview/
H A Dtst_qgraphicswebview.cpp135 view.resize(600, 480);
136 webView->resize(view.geometry().size());
141 // Resizing the page will resize and layout the empty "about:blank"
373 view1.resize(webView1.page()->viewportSize());
429 view2.resize(webView2.page()->viewportSize());
/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DArgumentDecoder.cpp104 buffer.resize(size);
/external/webkit/Source/WebKit2/Platform/CoreIPC/win/
H A DConnectionWin.cpp202 m_readBuffer.resize(bytesToRead);
/external/bison/lib/
H A Dbbitset.h118 bitset_bindex (*resize) (bitset, bitset_bindex); member in struct:bitset_vtable
172 #define BITSET_RESIZE_(DST, SIZE) (DST)->b.vtable->resize (DST, SIZE)
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_html_writer.cc164 indent_.resize(indent_.size() + kIndentSize, ' ');
170 indent_.resize(indent_.size() - kIndentSize, ' ');
H A Dbookmark_node_data.cc72 children.resize(children_count);
279 tmp_elements.resize(element_count);
/external/chromium/chrome/browser/download/
H A Dsave_package_unittest.cc109 long_file_name.resize(kMaxFilePathLength + long_file_name.length());
112 long_file_name.resize(
/external/chromium/chrome/browser/
H A Dprocess_info_snapshot_mac.cc65 executable_name->resize(s_arg_max + 1);
79 executable_name->resize(end_pos);
/external/chromium/chrome/browser/resources/net_internals/
H A Dmain.css54 cursor: col-resize;
/external/chromium/chrome/browser/resources/ntp4/
H A Dcard_slider.js158 resize: function(newCardWidth) {
/external/chromium/chrome/browser/safe_browsing/
H A Dprefix_set.cc197 index.resize(header.index_size);
204 deltas.resize(header.deltas_size);
/external/eigen/Eigen/src/Core/
H A DMatrix.h201 * \sa resize(Index,Index)
295 Base::resize(other.rows(), other.cols());
307 Base::resize(other.rows(), other.cols());
/external/eigen/Eigen/src/SparseCore/
H A DAmbiVector.h33 resize(size);
54 void resize(Index size) function in class:Eigen::internal::AmbiVector
/external/eigen/test/
H A Dproduct_notemporary.cpp100 // Here we will get 1 temporary for each resize operation of the lhs operator; resize(r1,c1) would lead to zero temporaries
101 m3.resize(1,1);
103 m3.resize(1,1);
/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineStorage.h57 resize(other.diagSize(), other.m_upperProfileSize, other.m_lowerProfileSize, other.upperSize(), other.lowerSize());
98 void resize(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upperSize, Index lowerSize, float reserveSizeFactor = 0) { function in class:Eigen::SkylineStorage

Completed in 556 milliseconds

<<11121314151617181920>>