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

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/browser/notifications/
balloon_collection.h 56 virtual void Add(const Notification& notification,
70 // Is there room to add another notification?
balloon.h 60 return position_.Add(offset_);
66 void add_offset(const gfx::Point& offset) { offset_ = offset_.Add(offset); }
  /external/chromium/chrome/browser/search_engines/
search_host_to_urls_map.cc 24 // Set as initialized here so Add doesn't assert.
28 Add(template_urls[i], search_terms_data);
31 void SearchHostToURLsMap::Add(const TemplateURL* template_url,
77 Add(existing_turl, search_terms_data);
104 Add(t_urls_using_base_url[i], search_terms_data);
search_host_to_urls_map.h 35 void Add(const TemplateURL* template_url,
42 // then Add separately would lead to race conditions in reading because the
  /external/chromium/chrome/browser/ui/gtk/
menu_bar_helper.h 43 // Add |button| to the set of buttons we care about.
44 void Add(GtkWidget* button);
59 // The buttons for which we pop up menus. We do not own these, or even add
overflow_button.cc 20 registrar_.Add(this, NotificationType::BROWSER_THEME_CHANGED,
  /external/chromium/chrome/browser/ui/search_engines/
template_url_fetcher_ui_callbacks.cc 21 registrar_.Add(this,
  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager_browsertest.cc 20 registrar_.Add(this, NotificationType::NAV_ENTRY_COMMITTED,
  /external/chromium/net/base/
test_root_certs.cc 51 return Add(root_certs.front());
test_root_certs.h 42 bool Add(X509Certificate* certificate);
50 // marked trusted via Add().
  /external/chromium/sdch/open-vcdiff/src/
instruction_map.cc 103 void VCDiffInstructionMap::SecondInstructionMap::Add(
164 first_instruction_map_.Add(code_table_data.inst1[opcode],
169 // An unusual case where inst1 == NOOP and inst2 == ADD, RUN, or COPY.
171 // Add it to the first instruction map as if inst1 and inst2 were swapped.
172 first_instruction_map_.Add(code_table_data.inst2[opcode],
188 second_instruction_map_.Add(static_cast<unsigned char>(single_opcode),
  /external/compiler-rt/lib/
Makefile.mk 13 # Add arch specific optimized implementations.
16 # Add other submodules.
  /external/llvm/lib/CodeGen/
MachinePassRegistry.cpp 34 /// Add - Adds a function pass to the registration list.
36 void MachinePassRegistry::Add(MachinePassRegistryNode *Node) {
  /external/open-vcdiff/src/
instruction_map.cc 103 void VCDiffInstructionMap::SecondInstructionMap::Add(
164 first_instruction_map_.Add(code_table_data.inst1[opcode],
169 // An unusual case where inst1 == NOOP and inst2 == ADD, RUN, or COPY.
171 // Add it to the first instruction map as if inst1 and inst2 were swapped.
172 first_instruction_map_.Add(code_table_data.inst2[opcode],
188 second_instruction_map_.Add(static_cast<unsigned char>(single_opcode),
  /external/regex-re2/re2/
filtered_re2.h 11 // engine. The overall flow is: Add all the regexps using Add, then
40 RE2::ErrorCode Add(const StringPiece& pattern,
44 // Prepares the regexps added by Add for filtering. Returns a set
49 // all Add calls are done.
prefilter_tree.h 34 // Add called sequentially for all regexps. All Add calls
36 void Add(Prefilter* prefilter);
39 // Call this after all the prefilters are added through Add.
40 // No calls to Add after Compile are allowed.
  /external/skia/legacy/src/animator/
SkDisplayAdd.h 17 DECLARE_MEMBER_INFO(Add);
  /external/skia/src/animator/
SkDisplayAdd.h 17 DECLARE_MEMBER_INFO(Add);
  /external/skia/src/core/
SkTypefaceCache.h 40 * Add a typeface to the cache. This ref()s the typeface, so that the
45 static void Add(SkTypeface*,
80 void add(SkTypeface*, SkTypeface::Style requested, bool strong = true);
  /frameworks/base/media/mca/filterfw/native/core/
statistics.cpp 34 void IncrementalGaussian::Add(float value) {
  /bionic/libc/bionic/
scandir.cpp 48 bool Add(dirent* entry) {
107 names.Add(entry);
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_collection_impl.h 42 // Add, remove, resize and show the balloon.
43 virtual void Add(Balloon* balloon) = 0;
62 virtual void Add(const Notification& notification,
80 // is succssfully registered, or false otherwise. It fails to add if
  /external/chromium/chrome/browser/extensions/
external_policy_extension_loader.cc 42 pref_change_registrar_.Add(prefs::kExtensionInstallForceList, this);
43 notification_registrar_.Add(this,
  /external/clang/test/SemaTemplate/
alias-church-numerals.cpp 18 typename X> using Add = A<F, B<F, X>>;
25 template<template<typename> class F, typename X> using Four = Add<Two, Two, F, X>;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/
tostring-1.js 52 t3 = new TestFunction( "Add", "a, b, c, d, e", tab +"var s = a + b + c + d + e;\n" +
72 "Add.toString()",
74 Add.toString() );
89 function Add( a, b, c, d, e ) {

Completed in 378 milliseconds

1 2 3 4 56 7 8 91011>>