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

  /external/chromium_org/tools/gn/
command_format.cc 86 int margin_; // Left margin (number of spaces). member in class:commands::__anon21056::Printer
91 Printer::Printer() : margin_(0) {
103 output_ += std::string(margin_, ' ');
218 margin_ += kIndentSize;
221 margin_ -= kIndentSize;
234 margin_ += kIndentSize;
237 margin_ -= kIndentSize;
247 margin_ += kIndentSize;
250 margin_ -= kIndentSize;
309 margin_ += kIndentSize
    [all...]
  /external/chromium_org/chrome/browser/chromeos/ui/
accessibility_focus_ring_controller_unittest.cc 16 margin_ = 10;
26 return margin_;
30 int margin_; member in class:chromeos::TestableAccessibilityFocusRingController

Completed in 3962 milliseconds