Searched refs:AddConfig (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/tools/gyp/pylib/gyp/
H A DMSVSUserFile.py70 def AddConfig(self, name): member in class:Writer
130 self.AddConfig(config_name)
H A DMSVSProject.py123 def AddConfig(self, name, attrs=None, tools=None): member in class:Writer
/external/chromium_org/content/renderer/p2p/
H A Dport_allocator.cc173 AddConfig();
200 AddConfig();
209 AddConfig();
255 AddConfig();
359 AddConfig();
362 void P2PPortAllocatorSession::AddConfig() { function in class:content::P2PPortAllocatorSession
H A Dport_allocator.h128 void AddConfig();
/external/chromium_org/net/quic/crypto/
H A Dcrypto_server_config.h86 // AddConfig adds a QuicServerConfigProtobuf to the availible configurations.
91 CryptoHandshakeMessage* AddConfig(QuicServerConfigProtobuf* protobuf,
95 // AddConfig to add it. See the comment for |DefaultConfig| for details of
H A Dcrypto_server_config.cc166 CryptoHandshakeMessage* QuicCryptoServerConfig::AddConfig( function in class:net::QuicCryptoServerConfig
206 return AddConfig(config.get(), clock->WallNow());
/external/chromium_org/tools/code_coverage/
H A Dcroc.py505 def AddConfig(self, config_data, lcov_queue=None, addfiles_queue=None): member in class:Coverage
544 kwargs: Additional parameters to pass to AddConfig().
565 self.AddConfig(config_data, **kwargs)
H A Dcroc_test.py499 """Test AddConfig() with empty config."""
502 c.AddConfig('{} # And we ignore comments')
505 """Test AddConfig()."""
510 c.AddConfig("""{
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py1285 p.AddConfig(_ConfigFullName(config_name, config),

Completed in 4954 milliseconds