| /external/chromium/chrome/browser/password_manager/ |
| ie7_password.cc | 131 decrypted_data.resize(output.cbData);
|
| /external/chromium/chrome/browser/printing/cloud_print/ |
| cloud_print_setup_source.cc | 124 html_bytes->data.resize(response.size());
|
| /external/chromium/chrome/browser/remoting/ |
| remoting_resources_source.cc | 145 html_bytes->data.resize(response.size());
|
| /external/chromium/chrome/browser/resources/bookmark_manager/css/ |
| bmm.css | 217 cursor: e-resize; 221 cursor: col-resize;
|
| /external/chromium/chrome/browser/sync/sessions/ |
| ordered_commit_set_unittest.cc | 95 expected.resize(cut_to_size);
|
| /external/chromium/chrome/browser/ui/gtk/ |
| certificate_dialogs.cc | 163 file_type_info.extensions.resize(5);
|
| /external/chromium/chrome/browser/ui/webui/chromeos/ |
| system_info_ui.cc | 146 html_bytes->data.resize(full_html.size());
|
| /external/chromium/chrome/browser/ui/webui/ |
| conflicts_ui.cc | 102 html_bytes->data.resize(full_html.size());
|
| crashes_ui.cc | 90 html_bytes->data.resize(full_html.size());
|
| flags_ui.cc | 117 html_bytes->data.resize(full_html.size());
|
| ntp_resource_cache.cc | 254 new_tab_incognito_html_->data.resize(full_html.size()); 351 // Control fade and resize animations. 424 new_tab_html_->data.resize(full_html.size()); 459 new_tab_incognito_css_->data.resize(full_css.size()); 566 new_tab_css_->data.resize(css_string.size());
|
| /external/chromium/chrome/browser/ui/webui/options/chromeos/ |
| change_picture_options_handler.cc | 31 file_type_info.extensions.resize(5);
|
| /external/chromium/third_party/libjingle/source/talk/base/ |
| cryptstring.h | 189 dest->resize(password_.size());
|
| /external/chromium/webkit/glue/ |
| webfileutilities_impl.cc | 148 buffer.resize(length);
|
| /external/doclava/res/assets/templates/assets/ |
| doclava-developer-docs.js | 98 $("#packages-nav").css({height:parseInt(packageHeight) - 6 + "px"}); //move 6px to give space for the resize handle 147 resizePackagesNav = $("#resize-packages-nav"); 155 $("#resize-packages-nav").resizable({handles: "s", resize: function(e, ui) { resizePackagesHeight(); } }); 156 $(".side-nav-resizable").resizable({handles: "e", resize: function(e, ui) { resizeWidth(); } }); 231 /* Resize the height of the nav panels in the reference, 246 /* Resize the height of the side-nav and doc-content divs, 251 // Get the window height and always resize the doc-content and side-nav divs 257 // If in the reference docs, also resize the "swapper", "classes-nav", and "nav-tree" divs 264 // If in the dev guide docs, also resize the "devdoc-nav" di [all...] |
| /external/llvm/include/llvm/Support/ |
| OutputBuffer.h | 45 Output.resize(Size + Pad);
|
| /external/llvm/lib/CodeGen/ |
| SlotIndexes.cpp | 68 MBBRanges.resize(mf->getNumBlockIDs());
|
| /external/llvm/lib/Support/ |
| IntervalMap.cpp | 61 path.resize(Level + 1, Entry(0, 0, 0));
|
| /external/llvm/lib/Transforms/Utils/ |
| LowerExpectIntrinsic.cpp | 79 Vec.resize(n + 1); // +1 for MDString
|
| /external/protobuf/src/google/protobuf/ |
| extension_set_unittest.cc | 194 data.resize(size); 215 data.resize(size); 238 data.resize(size); 259 data.resize(size);
|
| /external/protobuf/src/google/protobuf/io/ |
| printer.cc | 145 indent_.resize(indent_.size() - 2);
|
| /external/qemu/distrib/sdl-1.2.12/include/ |
| SDL_events.h | 230 SDL_ResizeEvent resize; member in union:SDL_Event
|
| /external/stlport/stlport/stl/debug/ |
| _list.h | 289 void resize(size_type __new_size, const _Tp& __x = _Tp()) { function in class:list 291 void resize(size_type __new_size, const _Tp& __x) { 304 void resize(size_type __new_size) { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); } function in class:list
|
| /external/webkit/Source/JavaScriptCore/wtf/ |
| SHA1.cpp | 134 digest.resize(20);
|
| /external/webkit/Source/WebCore/dom/ |
| EventNames.h | 97 macro(resize) \
|