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

  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 51 bool GetSwitchValueAsInt(
105 GetSwitchValueAsInt(*cmd, switches::kDefaultTileWidth, 1,
110 GetSwitchValueAsInt(*cmd, switches::kDefaultTileHeight, 1,
118 GetSwitchValueAsInt(*cmd, switches::kMaxUntiledLayerWidth, 1,
124 GetSwitchValueAsInt(*cmd, switches::kMaxUntiledLayerHeight, 1,
211 GetSwitchValueAsInt(
223 if (GetSwitchValueAsInt(*cmd, cc::switches::kNumRasterThreads,
231 if (GetSwitchValueAsInt(*cmd,
240 if (GetSwitchValueAsInt(
  /external/chromium_org/base/test/launcher/
unit_test_launcher.cc 453 bool GetSwitchValueAsInt(const std::string& switch_name, int* result) {
520 if (!GetSwitchValueAsInt(switches::kTestLauncherBatchLimit, &batch_limit))
  /external/chromium_org/chrome/browser/
io_thread.cc 263 int GetSwitchValueAsInt(const CommandLine& command_line,
613 GetSwitchValueAsInt(command_line, switches::kTestingFixedHttpPort);
617 GetSwitchValueAsInt(command_line, switches::kTestingFixedHttpsPort);
753 GetSwitchValueAsInt(command_line,
    [all...]

Completed in 898 milliseconds