Searched refs:_expand (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DSidebarPane.js117 this._pane.setExpandCallback(this._expand.bind(this));
122 _expand: function()
/external/compiler-rt/lib/asan/
H A Dasan_malloc_win.cc107 void *_expand(void *memblock, size_t size) { function
108 // _expand is used in realloc-like functions to resize the buffer if possible.
H A Dasan_dll_thunk.cc300 WRAP_W_W(_expand)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Drebaseline_unittest.py63 def _expand(self, path): member in class:_BaseTestCase
69 return self.tool.filesystem.read_text_file(self._expand(path))
72 self.tool.filesystem.write_text_file(self._expand(path), contents)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelineView.js1218 this._expand();
1230 _expand: function()
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpatch_functions.cc87 #include <malloc.h> // for _msize and _expand
409 "_msize", "_expand", "_calloc_crt",
439 (GenericFnPtr)&::_expand,
786 // also lets us define _msize(), _expand(), and other windows-specific
911 // call into it(?). _expand() is like realloc but doesn't move the
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpatch_functions.cc87 #include <malloc.h> // for _msize and _expand
409 "_msize", "_expand", "_calloc_crt",
439 (GenericFnPtr)&::_expand,
786 // also lets us define _msize(), _expand(), and other windows-specific
911 // call into it(?). _expand() is like realloc but doesn't move the

Completed in 493 milliseconds