HomeSort by relevance Sort by last modified time
    Searched refs:Add (Results 201 - 225 of 1086) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/notifications/
notification_ui_manager.h 49 virtual void Add(const Notification& notification,
desktop_notification_service.cc 302 prefs_registrar_.Add(prefs::kDesktopNotificationAllowedOrigins, this);
303 prefs_registrar_.Add(prefs::kDesktopNotificationDeniedOrigins, this);
304 notification_registrar_.Add(this, NotificationType::EXTENSION_UNLOADED,
306 notification_registrar_.Add(
312 notification_registrar_.Add(this, NotificationType::PROFILE_DESTROYED,
538 ui_manager_->Add(notification, profile_);
  /external/chromium/chrome/browser/
plugin_data_remover_helper.cc 77 registrar_.Add(this, NotificationType::PLUGIN_ENABLE_STATUS_CHANGED,
  /external/chromium/chrome/browser/prefs/
pref_change_registrar.cc 25 void PrefChangeRegistrar::Add(const char* path, NotificationObserver* obs) {
scoped_user_pref_update_unittest.cc 23 registrar_.Add(kPref, &observer_);
  /external/chromium/chrome/browser/sync/glue/
bookmark_data_type_controller.cc 39 // Add an observer and continue when the bookmarks model is loaded.
40 registrar_.Add(this, NotificationType::BOOKMARK_MODEL_LOADED,
  /external/chromium/chrome/browser/ui/search_engines/
template_url_table_model.h 57 void Add(int index, TemplateURL* template_url);
  /external/chromium/chrome/browser/visitedlink/
visitedlink_event_listener.cc 36 void VisitedLinkEventListener::Add(VisitedLinkMaster::Fingerprint fingerprint) {
  /external/chromium/chrome/common/extensions/
extension_icon_set.cc 17 void ExtensionIconSet::Add(int size, const std::string& path) {
  /external/chromium/net/base/
test_root_certs_nss.cc 50 bool TestRootCerts::Add(X509Certificate* certificate) {
89 // Add() was called. Work from the rear first, since if a certificate was
  /external/chromium/net/ftp/
ftp_auth_cache.cc 37 void FtpAuthCache::Add(const GURL& origin, const string16& username,
  /external/chromium/sdch/open-vcdiff/src/
encodetable.h 36 // {{Add|Copy|Run}* [AddChecksum] Output}*
40 // out (unless no calls to Add, Run, or Copy were made, in which
88 // Encode an ADD opcode with the "size" bytes starting at data
89 virtual void Add(const char* data, size_t size);
167 // A series of data arguments (byte values) used for ADD and RUN
187 // Each time Add(), Copy(), or Run() is called, this will be incremented.
220 // This will not be calculated based on the individual calls to Add(), Run(),
225 // either before or after the calls to Add(), Run(), and Copy().
  /external/chromium/third_party/libjingle/source/talk/base/
physicalsocketserver.h 91 void Add(Dispatcher* dispatcher);
  /external/clang/examples/PrintFunctionNames/
PrintFunctionNames.cpp 70 static FrontendPluginRegistry::Add<PrintFunctionNamesAction>
  /external/llvm/include/llvm/CodeGen/
SchedulerRegistry.h 43 { Registry.Add(this); }
  /external/open-vcdiff/src/
encodetable.h 35 // {{Add|Copy|Run}* [AddChecksum] Output}*
39 // out (unless no calls to Add, Run, or Copy were made, in which
93 // Encode an ADD opcode with the "size" bytes starting at data
94 virtual void Add(const char* data, size_t size);
168 // A series of data arguments (byte values) used for ADD and RUN
188 // Each time Add(), Copy(), or Run() is called, this will be incremented.
221 // This will not be calculated based on the individual calls to Add(), Run(),
226 // either before or after the calls to Add(), Run(), and Copy().
  /external/openfst/src/include/fst/extensions/far/
create.h 78 far_writer->Add(key_prefix + key + key_suffix, *ifst);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
RewriteRuleXxxxStreamFixture.cs 196 // Test Add()
197 tokenTest.Add(token1);
234 tokenTest.Add(token2);
262 // Test Add()
263 subtreeTest.Add(tree1);
290 subtreeTest.Add(tree2);
316 // Test Add()
317 nodeTest.Add(tree1);
345 nodeTest.Add(tree2);
384 list.Add(new CommonToken((i+1), "test token " + (i+1).ToString()
    [all...]
  /external/chromium/chrome/browser/autofill/
phone_field.cc 147 ok = Add(field_type_map,
153 ok = Add(field_type_map,
160 ok = Add(field_type_map,
167 ok = Add(field_type_map,
173 ok = Add(field_type_map,
  /external/chromium/chrome/browser/content_settings/
content_settings_notification_provider.cc 195 prefs_registrar_.Add(prefs::kDesktopNotificationDefaultContentSetting,
197 prefs_registrar_.Add(prefs::kDesktopNotificationAllowedOrigins, this);
198 prefs_registrar_.Add(prefs::kDesktopNotificationDeniedOrigins, this);
200 notification_registrar_.Add(this, NotificationType::EXTENSION_UNLOADED,
204 notification_registrar_.Add(this, NotificationType::PROFILE_DESTROYED,
299 // Remove from one list and add to the other.
305 // Add to the allowed list.
313 // Add to the denied list.
  /external/v8/src/
jsregexp.cc 804 inline void AddWork(RegExpNode* node) { work_list_->Add(node); }
    [all...]
  /external/chromium/base/metrics/
histogram.h 82 counter->Add(sample); \
118 counter->Add(sample); \
127 counter->Add(sample); \
220 counter->Add(sample); \
247 counter->Add(sample); \
256 counter->Add(sample); \
344 void Add(const SampleSet& other);
387 void Add(int value);
394 Add(static_cast<int>(time.InMilliseconds()));
694 // Register, or add a new histogram to the collection of statistics. If a
    [all...]
  /external/v8/test/cctest/
test-lockers.cc 215 threads.Add(new IsolateLockingThreadWithLocalContext(isolate));
251 threads.Add(new IsolateNonlockingThread());
290 threads.Add(new IsolateNestedLockingThread(isolate));
331 threads.Add(new SeparateIsolatesLocksNonexclusiveThread(isolate1,
404 threads.Add(new LockerUnlockerThread(isolate));
457 threads.Add(new LockTwiceAndUnlockThread(isolate));
585 threads.Add(new LockUnlockLockThread(isolate, context));
634 threads.Add(new LockUnlockLockDefaultIsolateThread(context));
719 threads.Add(new IsolateGenesisThread(8, extension_names));
  /build/core/
dumpvar.mk 3 # what to add to the path given the config we have chosen.
12 # Add the ARM toolchain bin dir if it actually exists
24 # Add the x86 toolchain bin dir if it actually exists
31 # Add the mips toolchain bin dir if it actually exists
  /external/chromium/chrome/browser/prerender/
prerender_contents.cc 124 registrar_.Add(this, NotificationType::APP_TERMINATING,
131 registrar_.Add(this, NotificationType::PROFILE_DESTROYED,
135 registrar_.Add(this, NotificationType::AUTH_NEEDED,
138 registrar_.Add(this, NotificationType::AUTH_CANCELLED,
142 registrar_.Add(this, NotificationType::DOWNLOAD_INITIATED,
146 registrar_.Add(this, NotificationType::RESOURCE_RECEIVED_REDIRECT,

Completed in 728 milliseconds

1 2 3 4 5 6 7 891011>>