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

<<11121314151617181920>>

  /build/tools/releasetools/
check_target_files_signatures 113 def Add(self, cert, name=None):
142 self.Add(cert, name)
208 out.add(cert)
209 ALL_CERTS.Add(cert)
  /external/chromium/chrome/browser/autocomplete/
autocomplete_unittest.cc 161 registrar_.Add(this, NotificationType::AUTOCOMPLETE_CONTROLLER_RESULT_READY,
173 turl_model->Add(default_t_url);
183 profile_.GetTemplateURLModel()->Add(keyword_t_url);
190 // Create both a keyword and search provider, and add them in that order.
keyword_provider.cc 65 registrar_.Add(this, NotificationType::EXTENSION_OMNIBOX_SUGGESTIONS_READY,
67 registrar_.Add(this,
70 registrar_.Add(this, NotificationType::EXTENSION_OMNIBOX_INPUT_ENTERED,
keyword_provider_unittest.cc 210 model_->Add(template_url);
  /external/chromium/chrome/browser/content_settings/
host_content_settings_map.cc 108 pref_change_registrar_.Add(prefs::kBlockThirdPartyCookies, this);
109 pref_change_registrar_.Add(prefs::kBlockNonsandboxedPlugins, this);
110 notification_registrar_.Add(this, NotificationType::PROFILE_DESTROYED,
  /external/chromium/chrome/browser/debugger/
devtools_window.cc 85 registrar_.Add(this,
88 registrar_.Add(this,
91 registrar_.Add(this, NotificationType::BROWSER_THEME_CHANGED,
  /external/chromium/chrome/browser/extensions/
extension_message_service.cc 119 registrar_.Add(this, NotificationType::RENDERER_PROCESS_TERMINATED,
121 registrar_.Add(this, NotificationType::RENDERER_PROCESS_CLOSED,
123 registrar_.Add(this, NotificationType::RENDER_VIEW_HOST_DELETED,
225 // Add extra paranoid CHECKs, since we have crash reports of this being NULL.
extension_browser_event_router.cc 121 registrar_.Add(this, NotificationType::NO_KEY_WINDOW,
173 registrar_.Add(this, NotificationType::BROWSER_WINDOW_READY,
184 registrar_.Add(this, NotificationType::NAV_ENTRY_COMMITTED,
191 registrar_.Add(this, NotificationType::TAB_CONTENTS_DESTROYED,
extension_file_browser_private_api.h 99 static void Add(int32 tab_id,
extension_menu_manager.h 95 void Add(Context context) {
218 // Add an item as a child of another item which has been previously added, and
  /external/chromium/chrome/browser/sync/glue/
typed_url_change_processor.cc 239 // When we add a new url, the last visit is always added, thus we set
329 notification_registrar_.Add(this,
332 notification_registrar_.Add(this, NotificationType::HISTORY_URLS_DELETED,
334 notification_registrar_.Add(this, NotificationType::HISTORY_URL_VISITED,
  /external/chromium/chrome/browser/ui/login/
login_prompt_browsertest.cc 142 registrar_.Add(this, NotificationType::AUTH_NEEDED, source);
143 registrar_.Add(this, NotificationType::AUTH_SUPPLIED, source);
144 registrar_.Add(this, NotificationType::AUTH_CANCELLED, source);
  /external/chromium/chrome/browser/ui/webui/
new_tab_ui.cc 343 registrar_.Add(this, NotificationType::BROWSER_THEME_CHANGED,
346 registrar_.Add(this, NotificationType::BOOKMARK_BAR_VISIBILITY_PREF_CHANGED,
380 registrar_.Add(this, NotificationType::RENDER_WIDGET_HOST_DID_PAINT,
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 67 Worklist.Add(I);
239 // in the program. Add the new instruction to the worklist.
246 Worklist.Add(New);
260 // we add all uses of I to the worklist, replace all uses of I with the new
265 Worklist.AddUsersToWorkList(I); // Add all modified instrs to worklist.
292 Worklist.Add(Op);
  /external/protobuf/src/google/protobuf/
descriptor_database.cc 256 bool SimpleDescriptorDatabase::Add(const FileDescriptorProto& file) {
308 bool EncodedDescriptorDatabase::Add(
315 "EncodedDescriptorDatabase::Add().";
325 return Add(copy, size);
  /external/v8/src/
lithium.h 73 // if you add a new LOperand subclass.
390 move_operands_.Add(LMoveOperands(from, to));
481 values_.Add(operand);
483 is_tagged_.Add(values_.length() - 1);
  /external/v8/test/cctest/
test-compiler.cc 155 static double Add(int x, int y) {
169 TEST(Add) {
172 CHECK_EQ(5.0, Add(2, 3));
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.h     [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs 222 sublist.Add(@is[i]);
272 rewrites.Add(op);
298 rewrites.Add(op);
481 * Later we can throw as we add to index -> op map.
485 * add tokens in front of a method body '{' and then delete the method
598 ops.Add(op);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenRewriteStream.cs 251 sublist.Add( @is[i] );
309 rewrites.Add( op );
341 rewrites.Add( op );
556 * Later we can throw as we add to index -> op map.
560 * add tokens in front of a method body '{' and then delete the method
709 ops.Add( op );
  /external/chromium/base/
id_map.h 55 // Sets whether Add should CHECK if passed in NULL data. Default is false.
59 KeyType Add(T* data) {
71 // this function, or allow this object to generate IDs and call Add. These
208 // The next ID that we will return from Add()
  /external/chromium/chrome/browser/autofill/
autofill_metrics.cc 139 counter->Add(sample);
  /external/chromium/chrome/browser/automation/
automation_tab_helper_browsertest.cc 42 registrar_.Add(this, type, source);
63 // Add default expectations for a client redirection initiated by script,
  /external/chromium/chrome/browser/chromeos/status/
clock_menu_button.cc 26 // Amount of slop to add into the timer to make sure we're into the next minute
32 // Add as SystemAccess observer. We update the clock if timezone changes.
38 registrar_.Add(prefs::kUse24HourClock, this);
  /external/chromium/chrome/browser/chromeos/
tab_closeable_state_watcher.cc 73 notification_registrar_.Add(this, NotificationType::APP_EXITING,

Completed in 920 milliseconds

<<11121314151617181920>>