/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
D | manager_worker_broker.py | 116 broker = message_broker2.Broker(options, queue_class) 117 return manager_class(broker, port, options, client, worker_class) 149 def __init__(self, broker, options, client, worker_class): argument 158 message_broker2.BrokerConnection.__init__(self, broker, client, 168 def __init__(self, broker, port, options, client, worker_class): argument 169 _ManagerConnection.__init__(self, broker, options, client, worker_class) 186 def __init__(self, broker, port, options, client, worker_class): argument 187 _ManagerConnection.__init__(self, broker, options, client, worker_class) 198 def __init__(self, broker, port, options, client, worker_class): argument 203 _ManagerConnection.__init__(self, broker, options, client, worker_class) [all …]
|
D | message_broker2.py | 180 def __init__(self, broker, client, run_topic, post_topic): argument 184 self._broker = broker 188 broker.add_topic(run_topic) 189 broker.add_topic(post_topic)
|
D | manager_worker_broker_unittest.py | 273 broker = make_broker(self, 'inline') 274 obj = manager_worker_broker._ManagerConnection(broker._broker, None, self, None) 280 broker = make_broker(self, 'inline') 281 obj = manager_worker_broker._WorkerConnection(broker._broker, _TestWorker, 0, None)
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | TextCheckerClientEnchant.cpp | 38 EnchantBroker* TextCheckerClientEnchant::broker = 0; member in WebKit::TextCheckerClientEnchant 172 if (!broker) in updateSpellCheckingLanguage() 173 broker = enchant_broker_init(); in updateSpellCheckingLanguage() 178 if (enchant_broker_dict_exists(broker, langs[i])) { in updateSpellCheckingLanguage() 179 dict = enchant_broker_request_dict(broker, langs[i]); in updateSpellCheckingLanguage() 186 if (enchant_broker_dict_exists(broker, language)) { in updateSpellCheckingLanguage() 187 dict = enchant_broker_request_dict(broker, language); in updateSpellCheckingLanguage() 192 enchant_broker_list_dicts(broker, getAvailableDictionariesCallback, &allDictionaries); in updateSpellCheckingLanguage() 194 dict = enchant_broker_request_dict(broker, allDictionaries[0].data()); in updateSpellCheckingLanguage() 206 if (!broker) in freeSpellCheckingLanguage() [all …]
|
D | TextCheckerClientEnchant.h | 59 static EnchantBroker* broker; variable
|
/external/chromium/chrome/browser/ |
D | mach_broker_mac.cc | 31 MachBroker* broker) in RegisterNotificationTask() argument 32 : broker_(broker) { } in RegisterNotificationTask() 59 MachListenerThreadDelegate(MachBroker* broker) : broker_(broker) { in MachListenerThreadDelegate() argument
|
/external/chromium/net/base/ |
D | effective_tld_names.gperf | 412 broker.aero, 0
|
D | effective_tld_names.dat | 89 broker.aero
|
D | ssl_false_start_blacklist.txt | 378 broker.healthcompare.com
|
/external/webkit/Source/WebKit/gtk/ |
D | ChangeLog | 7588 (get_enchant_broker): Add this method which returns the enchant broker singleton. 7593 (webkit_web_settings_set_property): Use the broker singleton here instead of making 11623 Do not try to free enchant broker and dictionary if they do not
|
/external/webkit/Tools/ |
D | ChangeLog-2011-02-16 | 935 new-run-webkit-tests: add simplified message broker for new-style 936 messaging. This change adds a very simple message broker that
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 44049 http://www.garyfeldman.com/a_who-realtor-agent-broker.asp 66679 http://www.realestateyork.com/a_who-realtor-agent-broker.asp
|