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 69 bool GetSwitchValueAsInt(
190 GetSwitchValueAsInt(*cmd,
199 GetSwitchValueAsInt(*cmd,
209 GetSwitchValueAsInt(*cmd, switches::kMaxUntiledLayerWidth, 1,
215 GetSwitchValueAsInt(*cmd, switches::kMaxUntiledLayerHeight, 1,
314 GetSwitchValueAsInt(
324 if (GetSwitchValueAsInt(*cmd,
333 if (GetSwitchValueAsInt(
  /external/chromium_org/base/test/launcher/
unit_test_launcher.cc 447 bool GetSwitchValueAsInt(const std::string& switch_name, int* result) {
513 if (!GetSwitchValueAsInt(switches::kTestLauncherBatchLimit, &batch_limit))
  /external/chromium_org/chrome/browser/
io_thread.cc 293 int GetSwitchValueAsInt(const CommandLine& command_line,
665 GetSwitchValueAsInt(command_line, switches::kTestingFixedHttpPort);
669 GetSwitchValueAsInt(command_line, switches::kTestingFixedHttpsPort);
    [all...]

Completed in 64 milliseconds