Searched defs:_expand (Results 1 - 4 of 4) sorted by relevance

/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.
/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/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()

Completed in 2140 milliseconds