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

1 2 3 4 5 6 78 91011>>

  /external/chromium/chrome/browser/extensions/
extension_process_manager.cc 93 registrar_.Add(this, NotificationType::EXTENSIONS_READY,
95 registrar_.Add(this, NotificationType::EXTENSION_LOADED,
97 registrar_.Add(this, NotificationType::EXTENSION_UNLOADED,
99 registrar_.Add(this, NotificationType::EXTENSION_HOST_DESTROYED,
101 registrar_.Add(this, NotificationType::RENDERER_PROCESS_TERMINATED,
103 registrar_.Add(this, NotificationType::RENDERER_PROCESS_CLOSED,
105 registrar_.Add(this, NotificationType::APP_TERMINATING,
379 registrar_.Add(this, NotificationType::BROWSER_WINDOW_READY,
extension_messages_apitest.cc 17 registrar_.Add(this, NotificationType::EXTENSION_HOST_DID_STOP_LOADING,
extension_toolbar_model.cc 21 registrar_.Add(this, NotificationType::EXTENSION_LOADED,
23 registrar_.Add(this, NotificationType::EXTENSION_UNLOADED,
25 registrar_.Add(this, NotificationType::EXTENSIONS_READY,
27 registrar_.Add(this,
104 // We don't want to add the same extension twice. It may have already been
theme_installed_infobar_delegate.cc 34 registrar_.Add(this, NotificationType::BROWSER_THEME_CHANGED,
  /external/chromium/chrome/browser/tab_contents/
web_drag_source_win.cc 39 registrar_.Add(this, NotificationType::TAB_CONTENTS_SWAPPED,
41 registrar_.Add(this, NotificationType::TAB_CONTENTS_DISCONNECTED,
  /external/chromium/chrome/browser/ui/gtk/download/
download_started_animation_gtk.cc 98 registrar_.Add(
102 registrar_.Add(
  /external/chromium/chrome/browser/ui/views/download/
download_started_animation_win.cc 93 registrar_.Add(
97 registrar_.Add(
  /external/chromium/net/disk_cache/
histogram_macros.h 30 counter->Add(sample); \
62 counter->Add(sample); \
  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.cpp 77 const MCBinaryExpr *Add = MCBinaryExpr::CreateAdd(MCSym, OffsetExpr, *Ctx);
78 return MCOperand::CreateExpr(Add);
  /external/regex-re2/re2/
filtered_re2.cc 24 RE2::ErrorCode FilteredRE2::Add(const StringPiece& pattern,
51 prefilter_tree_->Add(prefilter);
  /external/skia/legacy/src/core/
SkFP.h 58 #define SkFPAdd(a, b) SkFloat::Add(a, b)
59 #define SkFPSub(a, b) SkFloat::Add(a, SkFloat::Neg(b))
  /external/skia/src/core/
SkFP.h 58 #define SkFPAdd(a, b) SkFloat::Add(a, b)
59 #define SkFPSub(a, b) SkFloat::Add(a, SkFloat::Neg(b))
  /external/v8/test/mjsunit/bugs/
618.js 36 // Add setter somewhere on the prototype chain after having constructed the
51 // Add setter somewhere on the prototype chain after having constructed the
66 // Add setter somewhere on the prototype chain after having constructed the
81 // Add setter somewhere on the prototype chain after having constructed the
bug-1344252.js 42 // Add a setter for x to Object.prototype and make sure it gets
50 // Add a setter for y by changing the prototype of f and make sure
71 // Add a z property to o1 to create a map transition.
73 // Add a z accessor in the prototype chain for o1 and o2.
  /sdk/build/
windows_sdk_tools.mk 21 # Add OpenGLES emulation host libraries if needed.
  /external/v8/src/ia32/
lithium-ia32.cc 95 stream->Add("%s ", this->Mnemonic());
102 stream->Add(" ");
107 stream->Add(" ");
114 stream->Add("= ");
116 if (i > 0) stream->Add(" ");
131 stream->Add(" Dead block replaced with B%d", rep->block_id());
149 stream->Add("(");
153 stream->Add(") ");
160 case Token::ADD: return "add-d"
1450 LAddI* add = new(zone()) LAddI(left, right); local
    [all...]
  /external/v8/src/
deoptimizer.cc     [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
FastQueue.cs 105 _data.Add(o);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
FastQueue.cs 115 _data.Add( o );
  /external/chromium/chrome/browser/
background_mode_manager.cc 74 registrar_.Add(this, NotificationType::EXTENSION_LOADED,
76 registrar_.Add(this, NotificationType::EXTENSION_UNLOADED,
82 registrar_.Add(this, NotificationType::EXTENSIONS_READY,
87 registrar_.Add(this, NotificationType::APP_TERMINATING,
253 // Set the image and add ourselves as a click observer on it
277 // Add About item
background_page_tracker.cc 124 registrar_.Add(this, NotificationType::EXTENSIONS_READY,
205 // If the extension is not loaded, add the id to our list of keys to delete
226 // If we have not seen this extension ID before, add it to our list.
235 // Add all apps with background contents also.
254 registrar_.Add(this, NotificationType::EXTENSION_LOADED,
256 registrar_.Add(this, NotificationType::EXTENSION_UNLOADED,
258 registrar_.Add(this, NotificationType::BACKGROUND_CONTENTS_OPENED,
custom_home_pages_table_model.h 37 void Add(int index, const GURL& url);
  /external/chromium/chrome/browser/chromeos/
enterprise_extension_observer.cc 18 registrar_.Add(this,
  /external/chromium/chrome/browser/chromeos/notifications/
desktop_notifications_unittest.h 42 virtual void Add(const Notification& notification,
  /external/chromium/chrome/browser/notifications/
desktop_notifications_unittest.h 41 virtual void Add(const Notification& notification,

Completed in 1041 milliseconds

1 2 3 4 5 6 78 91011>>