Searched refs:Add (Results 176 - 200 of 6660) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/content_settings/
H A Dmock_settings_observer.cc14 observer_.Add(map_);
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_notification_observer.cc16 registrar_.Add(this,
/external/chromium_org/chrome/browser/importer/
H A Dimporter_uma.cc67 histogram->Add(metrics_type);
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_extension_installer.cc17 registrar_.Add(this,
/external/chromium_org/chrome/browser/ui/views/
H A Dload_complete_listener.cc16 registrar_.Add(this, content::NOTIFICATION_LOAD_COMPLETED_MAIN_FRAME,
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dcharger_replacement_ui.cc30 content::WebUIDataSource::Add(profile, source);
/external/chromium_org/chrome/browser/ui/webui/
H A Dinvalidations_ui.cc29 content::WebUIDataSource::Add(profile, CreateInvalidationsHTMLSource());
/external/chromium_org/chrome/browser/ui/webui/omnibox/
H A Domnibox_ui.cc23 content::WebUIDataSource::Add(Profile::FromWebUI(web_ui), html_source);
/external/chromium_org/chrome/browser/ui/webui/quota_internals/
H A Dquota_internals_ui.cc41 content::WebUIDataSource::Add(profile, CreateQuotaInternalsHTMLSource());
/external/chromium_org/chrome/browser/ui/zoom/
H A Dzoom_event_manager.cc33 return zoom_level_changed_callbacks_.Add(callback);
/external/chromium_org/content/child/fileapi/
H A Dfile_system_dispatcher.cc172 int request_id = dispatchers_.Add(
182 int request_id = dispatchers_.Add(
191 int request_id = dispatchers_.Add(CallbackDispatcher::Create(callback));
200 int request_id = dispatchers_.Add(CallbackDispatcher::Create(callback));
209 int request_id = dispatchers_.Add(CallbackDispatcher::Create(callback));
218 int request_id = dispatchers_.Add(CallbackDispatcher::Create(callback));
227 int request_id = dispatchers_.Add(
237 int request_id = dispatchers_.Add(CallbackDispatcher::Create(callback));
248 int request_id = dispatchers_.Add(CallbackDispatcher::Create(callback));
257 int request_id = dispatchers_.Add(CallbackDispatche
[all...]
/external/chromium_org/content/public/browser/
H A Dnotification_registrar.h34 // Wrappers around NotificationService::[Add|Remove]Observer.
35 void Add(NotificationObserver* observer,
H A Durl_data_source.cc14 void URLDataSource::Add(BrowserContext* browser_context, function in class:content::URLDataSource
/external/chromium_org/crypto/
H A Dp224.h50 // Add computes *out = a+b.
51 void CRYPTO_EXPORT Add(const Point& a, const Point& b, Point* out);
/external/chromium_org/extensions/common/
H A Dextension_icon_set.h34 // Add an icon path to the set. If a path for the specified size is already
36 void Add(int size, const std::string& path);
/external/chromium_org/media/video/capture/win/
H A Dcapability_list_win.h41 void Add(const VideoCaptureCapabilityWin& capability);
/external/chromium_org/net/ftp/
H A Dftp_auth_cache.h43 // Add an entry for |origin| to the cache using |credentials|. If there is
45 void Add(const GURL& origin, const AuthCredentials& credentials);
/external/chromium_org/net/quic/congestion_control/
H A Dleaky_bucket.h28 // Add data to the buffer.
29 void Add(QuicTime now, QuicByteCount bytes);
/external/chromium_org/net/quic/test_tools/
H A Dmock_clock.cc16 now_ = now_.Add(delta);
/external/chromium_org/net/ssl/
H A Dssl_client_auth_cache.cc33 void SSLClientAuthCache::Add(const HostPortPair& server, function in class:net::SSLClientAuthCache
H A Dssl_client_auth_cache.h41 // Add a client certificate for |server| to the cache. If there is already
45 void Add(const HostPortPair& server, X509Certificate* client_cert);
/external/chromium_org/ppapi/shared_impl/
H A Dcallback_tracker.h83 void Add(const scoped_refptr<TrackedCallback>& tracked_callback);
/external/chromium_org/sdch/open-vcdiff/src/
H A Dcodetablewriter_interface.h19 // series of Add, Copy, and Run instructions and produces an output file in the
34 // {{Add|Copy|Run}* Output}*
36 // Output() will produce an encoding using the given series of Add, Copy,
57 virtual void Add(const char* data, size_t size) = 0;
77 // size arguments passed to Add(), Copy(), and Run().
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dhistogram.cc47 (*insert_and_copy_histograms)[insert_and_copy_it.type_].Add(
55 (*literal_histograms)[context].Add(ringbuffer[pos & mask]);
63 (*copy_dist_histograms)[context].Add(cmd.distance_prefix_);
86 (*histograms)[context].Add(ringbuffer[pos & mask]);
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dblock_builder.h26 void Add(const Slice& key, const Slice& value);

Completed in 3293 milliseconds

1234567891011>>