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

<<11121314151617181920>>

  /external/chromium/chrome/browser/ui/gtk/
custom_button.cc 41 registrar_.Add(this,
246 registrar_.Add(this,
264 registrar_.Add(this,
  /external/chromium/net/udp/
udp_socket_libevent.cc 186 write_bytes.Add(nwrite);
300 write_bytes.Add(result);
334 read_bytes.Add(bytes_transferred);
  /external/llvm/include/llvm/IR/
Operator.h 76 /// which may exhibit overflow - Add, Sub, and Mul. It does not include SDiv,
112 return I->getOpcode() == Instruction::Add ||
118 return CE->getOpcode() == Instruction::Add ||
329 : public ConcreteOperator<OverflowingBinaryOperator, Instruction::Add> {
  /external/v8/src/
dateparser.h 341 bool Add(int n) {
345 if (!Add(n)) return false;
370 bool Add(int n) {
parser.cc 106 text_.Add(atom);
118 terms_.Add(text_.last());
123 terms_.Add(text);
134 characters_->Add(c);
151 text_.Add(term);
154 terms_.Add(term);
162 terms_.Add(assert);
183 alternatives_.Add(alternative);
217 text_.Add(new(zone()) RegExpAtom(prefix));
236 terms_.Add(atom)
    [all...]
  /external/chromium/chrome/browser/autofill/
form_field.h 118 static bool Add(FieldTypeMap* field_type_map, AutofillField* field,
  /external/chromium/chrome/browser/
background_page_tracker_unittest.cc 84 registrar_.Add(this,
language_order_table_model.cc 50 bool LanguageOrderTableModel::Add(const std::string& language) {
user_style_sheet_watcher.cc 134 registrar_.Add(this, NotificationType::RENDER_VIEW_HOST_CREATED_FOR_TAB,
  /external/chromium/chrome/browser/chromeos/login/
login_html_dialog.cc 83 notification_registrar_.Add(this,
user_image_screen.cc 33 registrar_.Add(
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.h 36 // TODO(oshima): add remove event and fix state transition graph below.
92 virtual void Add(Balloon* balloon);
  /external/chromium/chrome/browser/chromeos/options/
take_photo_dialog.cc 35 registrar_.Add(
  /external/chromium/chrome/browser/extensions/
user_script_master.cc 137 // Add a reference to ourselves to keep ourselves alive while we're running.
298 registrar_.Add(this, NotificationType::EXTENSIONS_READY,
300 registrar_.Add(this, NotificationType::EXTENSION_LOADED,
302 registrar_.Add(this, NotificationType::EXTENSION_UNLOADED,
304 registrar_.Add(this, NotificationType::EXTENSION_USER_SCRIPTS_UPDATED,
344 // Add any content scripts inside the extension.
  /external/chromium/chrome/browser/search_engines/
template_url_model_unittest.cc 140 model()->Add(template_url);
356 // Then add it to the model and save it all.
358 model()->Add(t_url);
386 // Add a new TemplateURL.
398 model()->Add(t_url);
553 // Add a new TemplateURL.
563 model()->Add(t_url);
594 // Add a new TemplateURL.
710 model()->Add(template_url);
    [all...]
  /external/chromium/chrome/browser/ssl/
ssl_client_auth_handler.cc 133 notification_registrar_.Add(this,
  /external/chromium/chrome/browser/sync/glue/
theme_change_processor.cc 122 notification_registrar_.Add(
  /external/chromium/chrome/browser/tab_contents/
thumbnail_generator.cc 134 // The BrowserProcessImpl creates this non-lazily. If you add nontrivial
150 registrar_.Add(this, NotificationType::RENDER_VIEW_HOST_CREATED_FOR_TAB,
152 registrar_.Add(this, NotificationType::RENDER_WIDGET_VISIBILITY_CHANGED,
154 registrar_.Add(this, NotificationType::TAB_CONTENTS_DISCONNECTED,
169 registrar_.Add(
  /external/chromium/chrome/browser/ui/search_engines/
edit_search_engine_controller.cc 84 // same time). If so, just ignore this add.
103 profile_->GetTemplateURLModel()->Add(modifiable_url);
132 // Parse the string as a URL to determine the scheme. If we need to, add the
  /external/chromium/net/base/
test_root_certs_win.cc 125 // Attempting to add an individual certificate to |memory_store| causes
141 bool TestRootCerts::Add(X509Certificate* certificate) {
  /external/chromium/third_party/libjingle/source/talk/base/
thread.h 57 void Add(Thread *thread);
  /external/llvm/utils/TableGen/
SetTheory.cpp 28 // (add a, b, ...) Evaluate and union all arguments.
35 // (sub Add, Sub, ...) Set difference.
41 RecSet Add, Sub;
42 ST.evaluate(*Expr->arg_begin(), Add, Loc);
44 for (RecSet::iterator I = Add.begin(), E = Add.end(); I != E; ++I)
246 addOperator("add", new AddOp);
  /external/protobuf/src/google/protobuf/
descriptor_database_unittest.cc 57 database->Add(file_proto);
105 return database_.Add(file);
501 db.Add(data1.data(), data1.size());
502 db.Add(data2.data(), data2.size());
extension_set.h 179 // Add all fields which are currently present to the given vector. This
530 // static inline void Add(int number, ConstType value, ExtensionSet* set);
531 // static inline MutableType Add(int number, ExtensionSet* set);
570 static inline void Add(int number, FieldType field_type,
592 template<> inline void RepeatedPrimitiveTypeTraits<TYPE>::Add( \
595 set->Add##METHOD(number, field_type, is_packed, value, NULL); \
647 static inline void Add(int number, FieldType field_type,
652 static inline string* Add(int number, FieldType field_type,
692 static inline void Add(int number, FieldType field_type,
    [all...]
  /external/regex-re2/re2/
set.cc 28 int RE2::Set::Add(const StringPiece& pattern, string* error) {
30 LOG(DFATAL) << "RE2::Set::Add after Compile";

Completed in 380 milliseconds

<<11121314151617181920>>