HomeSort by relevance Sort by last modified time
    Searched refs:ReserveSpace (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/chrome_frame/infobars/internal/
infobar_window.h 19 // window (see ReserveSpace). Allows positioning either above or below the
34 // content. InfobarWindow::ReserveSpace will be called with the natural
58 void ReserveSpace(RECT* rect);
76 // call to ReserveSpace. Sets up a timer to periodically call UpdateLayout.
infobar_window.cc 73 // Force a call to ReserveSpace, which will capture the width of the displaced
94 void InfobarWindow::ReserveSpace(RECT* rect) {
  /external/v8/src/
snapshot-common.cc 67 HEAP->ReserveSpace(new_space_used_,
spaces.h 797 virtual bool ReserveSpace(int bytes) = 0;
    [all...]
spaces.cc 929 // immediately initialize it (e.g. see PagedSpace::ReserveSpace
930 // called from Heap::ReserveSpace that can cause GC before
    [all...]
heap.cc 603 void Heap::ReserveSpace(
623 if (!new_space->ReserveSpace(new_space_size)) {
628 if (!old_pointer_space->ReserveSpace(pointer_space_size)) {
633 if (!(old_data_space->ReserveSpace(data_space_size))) {
638 if (!(code_space->ReserveSpace(code_space_size))) {
643 if (!(map_space->ReserveSpace(map_space_size))) {
648 if (!(cell_space->ReserveSpace(cell_space_size))) {
656 // The ReserveSpace method on the large object space checks how much
661 if (!(lo_space->ReserveSpace(large_object_size))) {
670 V8::FatalProcessOutOfMemory("Heap::ReserveSpace");
    [all...]
heap.h     [all...]
  /external/chromium_org/chrome_frame/infobars/
infobar_manager.cc 68 infobars_[index]->ReserveSpace(rect);
  /external/v8/test/cctest/
test-serialize.cc 424 HEAP->ReserveSpace(new_size,
568 HEAP->ReserveSpace(
  /external/chromium_org/v8/src/
spaces.h     [all...]
serialize.cc 816 isolate_->heap()->ReserveSpace(reservations_, &high_water_[0]);
858 isolate_->heap()->ReserveSpace(reservations_, &high_water_[0]);
    [all...]
spaces.cc     [all...]
heap.h     [all...]
heap.cc 784 void Heap::ReserveSpace(
826 V8::FatalProcessOutOfMemory("Heap::ReserveSpace");
    [all...]
  /external/chromium_org/chrome_frame/test/
infobar_unittests.cc 323 infobar_window_->ReserveSpace(&temp);
329 // Convenience method for checking the result of InfobarWindow::ReserveSpace
437 // reserved by ReserveSpace.
441 // ReserveSpace.

Completed in 296 milliseconds