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

<<21222324252627282930>>

  /external/chromium/chrome/browser/extensions/
extension_webstore_private_api.cc 139 // the future we may also want to add time-based expiration, where a whitelist
503 registrar_.Add(this,
506 registrar_.Add(this,
538 // - If the user has already setup sync, we add Apps to the current types.
  /external/chromium/chrome/browser/net/
predictor_api.cc 91 // Potentially add a new URL to our startup list.
306 registrar_.Add(this, NotificationType::BROWSER_CLOSED,
308 registrar_.Add(this, NotificationType::BROWSER_OPENED,
  /external/chromium/chrome/browser/notifications/
desktop_notifications_unittest.cc 24 void MockBalloonCollection::Add(const Notification& notification,
35 BalloonCollectionImpl::Add(test_notification, profile);
  /external/chromium/chrome/browser/resources/net_internals/
proxyview.js 65 // Add a table row for each bad proxy entry.
testview.js 44 // Add a table that will hold the individual test results.
  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc 63 // TODO(johnnyg): Add a shadow for the frame.
248 // Create a toolbar and add it to the shelf.
259 // Create a label for the source of the notification and add it to the
279 // Create a button to dismiss the balloon and add it to the toolbar.
298 // Create a button for showing the options menu, and add it to the toolbar.
316 notification_registrar_.Add(this, NotificationType::BROWSER_THEME_CHANGED,
339 notification_registrar_.Add(this,
356 // TODO(johnnyg): add scaling here.
  /external/chromium/chrome/browser/ui/login/
login_prompt.cc 193 registrar_.Add(this, NotificationType::AUTH_SUPPLIED,
195 registrar_.Add(this, NotificationType::AUTH_CANCELLED,
  /external/chromium/chrome/browser/ui/toolbar/
wrench_menu_model.cc 212 registrar_.Add(this, NotificationType::ZOOM_LEVEL_CHANGED,
214 registrar_.Add(this, NotificationType::NAV_ENTRY_COMMITTED,
  /external/chromium/chrome/browser/ui/webui/options/
personal_options_handler.cc 57 registrar_.Add(this,
358 registrar_.Add(this, NotificationType::BROWSER_THEME_CHANGED,
  /external/chromium/chrome/common/
metrics_helpers.cc 193 // The following log is VERY helpful when folks add some named histogram into
249 // TODO(jhughes): Some of these mappings aren't right... we need to add
566 // Add new entry
582 already_logged->Add(snapshot);
591 // Add new data into our running total.
592 already_logged->Add(snapshot);
  /external/chromium/third_party/libjingle/source/talk/base/
thread.cc 145 void ThreadManager::Add(Thread *thread) {
178 g_thmgr.Add(this);
  /external/chromium/webkit/glue/
webkitclient_impl.cc 271 counter->Add(sample);
282 counter->Add(sample);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 248 Frontier.Add(SrcNode);
305 void addNodes(ExplodedNode *N) { Frontier.Add(N); }
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc 111 thr->mset.Add(s->GetId(), true, thr->fast_state.epoch());
169 thr->mset.Add(s->GetId(), false, thr->fast_state.epoch());
  /external/llvm/include/llvm/MC/
MCExpr.h 327 Add, ///< Addition.
366 return Create(Add, LHS, RHS, Ctx);
  /external/skia/legacy/src/effects/
SkColorMatrixFilter.cpp 94 static void Add(SkColorMatrixFilter::State* state,
183 } else if (array[4] | array[9] | array[14]) { // needs add
184 fProc = shiftIs16 ? Add16 : Add;
190 /* preround our add values so we get a rounded shift. We do this after we
192 which could make us accidentally take the General or Add case.
195 int32_t add = 1 << (fState.fShift - 1); local
196 array[4] += add;
197 array[9] += add;
198 array[14] += add;
199 array[19] += add;
    [all...]
  /external/v8/src/
lithium-allocator.h 359 // Add a new interval or a new use position to this live range.
411 void Add(int value, Zone* zone) {
413 bits_->Add(value);
mark-compact.h 292 void Add(ObjectSlot slot) {
362 buffer->Add(slot);
  /external/v8/test/mjsunit/
debug-break-inline.js 91 // Add the debug event listener.
debug-clearbreakpoint.js 89 // Add the debug event listener.
debug-constructor.js 42 // Add the debug event listener.
debug-enable-disable-breakpoints.js 41 // Add the debug event listener.
debug-evaluate-arguments.js 74 // Add the debug event listener.
debug-evaluate-with.js 59 // Add the debug event listener.
debug-event-listener.js 44 // Add the debug event listener.

Completed in 426 milliseconds

<<21222324252627282930>>