HomeSort by relevance Sort by last modified time
    Searched refs:Switches (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/sync/internal_api/public/
internal_components_factory_impl.h 19 InternalComponentsFactoryImpl(const Switches& switches);
41 virtual Switches GetSwitches() const OVERRIDE;
44 const Switches switches_;
internal_components_factory.h 69 struct Switches {
112 // Returns the Switches struct that this object is using as configuration, if
114 virtual Switches GetSwitches() const = 0;
  /external/chromium_org/sync/internal_api/public/test/
test_internal_components_factory.h 14 explicit TestInternalComponentsFactory(const Switches& switches,
39 virtual Switches GetSwitches() const OVERRIDE;
42 const Switches switches_;
  /external/chromium_org/chrome/test/chromedriver/
capabilities.h 28 class Switches {
31 Switches();
32 ~Switches();
39 // In case of same key, |switches| will override.
40 void SetFromSwitches(const Switches& switches);
120 // Set of switches which should be removed from default list when launching
143 Switches switches; member in struct:Capabilities
capabilities.cc 111 capabilities->switches.SetSwitch("user-agent", device->user_agent);
158 capabilities->switches.SetSwitch("user-agent", user_agent);
173 capabilities->switches.SetUnparsedSwitch(arg_string);
202 capabilities->switches.SetSwitch("no-proxy-server");
209 capabilities->switches.SetSwitch("proxy-pac-url", proxy_pac_url);
211 capabilities->switches.SetSwitch("proxy-auto-detect");
250 capabilities->switches.SetSwitch("proxy-server", proxy_servers);
252 capabilities->switches.SetSwitch("proxy-bypass-list",
263 const base::ListValue* switches = NULL; local
264 if (!option.GetAsList(&switches))
    [all...]
chrome_launcher.h 45 Switches* switches,
chrome_launcher_unittest.cc 22 Switches switches; local
27 false, &switches, &bg_pages);
29 ASSERT_FALSE(switches.HasSwitch("load-extension"));
52 Switches switches; local
62 false, &switches, &bg_pages);
81 Switches switches; local
84 false, &switches, &bg_pages)
119 Switches switches; local
141 Switches switches; local
    [all...]
capabilities_unittest.cc 13 TEST(Switches, Empty) {
14 Switches switches; local
16 switches.AppendToCommandLine(&cmd);
18 ASSERT_EQ("", switches.ToString());
21 TEST(Switches, NoValue) {
22 Switches switches; local
23 switches.SetSwitch("hello");
25 ASSERT_TRUE(switches.HasSwitch("hello"))
36 Switches switches; local
50 Switches switches; local
63 Switches switches; local
70 Switches switches; local
78 Switches switches; local
91 Switches switches; local
455 const std::set<std::string>& switches = capabilities.exclude_switches; local
    [all...]
chrome_launcher.cc 102 Switches switches; local
105 switches.SetSwitch(kCommonSwitches[i]);
106 switches.SetSwitch("disable-hang-monitor");
107 switches.SetSwitch("disable-prompt-on-repost");
108 switches.SetSwitch("disable-sync");
109 switches.SetSwitch("no-first-run");
110 switches.SetSwitch("disable-background-networking");
111 switches.SetSwitch("disable-web-resources");
112 switches.SetSwitch("safebrowsing-disable-auto-update")
    [all...]
  /external/chromium_org/sync/internal_api/
internal_components_factory_impl.cc 19 const Switches& switches) : switches_(switches) {
78 InternalComponentsFactory::Switches
sync_rollback_manager_base_unittest.cc 41 InternalComponentsFactory::Switches(),
sync_backup_manager_unittest.cc 69 InternalComponentsFactory::Switches(), storage_option,
sync_rollback_manager_unittest.cc 125 InternalComponentsFactory::Switches(), storage_option, &storage_used));
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Switches.java 30 public class Switches extends Activity implements CompoundButton.OnCheckedChangeListener {
35 setContentView(R.layout.switches);
  /external/chromium_org/sync/internal_api/test/
test_internal_components_factory.cc 17 const Switches& switches,
20 : switches_(switches),
85 InternalComponentsFactory::Switches
  /external/chromium_org/native_client_sdk/src/tools/
host_vc.mk 110 # $5 = POSIX Linker Switches
111 # $6 = VC Linker Switches
host_gcc.mk 138 # $5 = POSIX Linker Switches
139 # $6 = VC Linker Switches
nacl_llvm.mk 113 # $5 = POSIX Linker Switches
114 # $6 = VC Linker Switches
  /external/chromium_org/chrome/common/extensions/docs/examples/api/power/
background.js 37 * Switches to a new state.
  /external/chromium_org/chrome/browser/sync/
test_profile_sync_service.cc 60 // free it. Grab the switches to pass on first.
61 InternalComponentsFactory::Switches factory_switches =
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
tester.js 104 * Switches to a different navigation strategy.
  /external/chromium_org/chrome/common/extensions/docs/static/js/
article.js 7 // Switches the sidebar between floating on the left and position:fixed
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
amvideo.idl 71 HRESULT SetSwitches([in] DWORD Switches);
amvideo.h 107 DWORD Switches) = 0;
176 DWORD Switches);
248 #define IDirectDrawVideo_SetSwitches(This,Switches) (This)->lpVtbl->SetSwitches(This,Switches)
278 static FORCEINLINE HRESULT IDirectDrawVideo_SetSwitches(IDirectDrawVideo* This,DWORD Switches) {
279 return This->lpVtbl->SetSwitches(This,Switches);
338 DWORD Switches);
    [all...]
  /external/chromium_org/chrome/common/
crash_keys_unittest.cc 60 TEST_F(CrashKeysTest, Switches) {
61 // Set three switches.
73 // Set more than the max switches.
123 // Set more than the max switches.

Completed in 1308 milliseconds

1 2