/external/chromium_org/chrome/browser/ui/app_list/ |
recommended_apps.cc | 48 base::Bind(&RecommendedApps::Update, 51 Update(); 67 void RecommendedApps::Update() { 111 Update(); 116 Update(); 121 Update(); 126 Update();
|
/external/llvm/lib/CodeGen/ |
RegisterClassInfo.cpp | 36 bool Update = false; 46 Update = true; 51 if (Update || CSR != CalleeSaved) { 59 Update = true; 66 Update = true; 71 if (Update)
|
/art/runtime/gc/accounting/ |
mod_union_table.h | 59 // Clear cards which map to a memory range of a space. This doesn't immediately update the 64 // Update the mod-union table using data stored by ClearCards. There may be multiple ClearCards 65 // before a call to update, for example, back-to-back sticky GCs. 66 virtual void Update() = 0; 96 // Update table based on cleared cards. 97 void Update() 116 // Cleared card array, used to update the mod-union table. 133 // Nothing to update as all dirty cards were placed into cleared cards during clearing. 134 void Update() {} 147 // Cleared card array, used to update the mod-union table [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
md5digest_unittest.cc | 60 md5.Update(&input[i], 1); 79 md5.Update(input.c_str(), input.size()); 90 md5.Update(input.c_str(), input.size());
|
sha1digest_unittest.cc | 61 sha1.Update(&input[i], 1); 82 sha1.Update(input.c_str(), input.size()); 93 sha1.Update(input.c_str(), input.size());
|
/external/chromium_org/ui/views/controls/scrollbar/ |
native_scroll_bar.cc | 95 void NativeScrollBar::Update(int viewport_size, 98 ScrollBar::Update(viewport_size, content_size, current_pos); 101 native_wrapper_->Update(viewport_size, content_size, current_pos);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
ProcessingTask.java | 31 static interface Update {} 53 public void postUpdate(Update message) { 56 msg.arg1 = ProcessingTaskController.UPDATE; 85 public void onUpdate(Update message) {}
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_drop_info.h | 29 void Update(const views::DropTargetEvent& event); 35 // Value of event.GetSourceOperations when Update was last invoked. 38 // Whether the control key was down last time Update was invoked. 41 // Y position of the event last passed to Update.
|
/external/chromium/chrome/browser/chromeos/notifications/ |
balloon_collection_impl.cc | 89 balloon->Update(notification); 90 notification_ui_->Update(balloon); 99 balloon->Update(notification); 100 bool updated = notification_ui_->Update(balloon);
|
/external/chromium/crypto/ |
secure_hash_openssl.cc | 27 virtual void Update(const void* input, size_t len) {
|
sha2.cc | 15 ctx->Update(str.data(), str.length());
|
signature_creator.h | 42 // Update the signature with more data. 43 bool Update(const uint8* data_part, int data_part_len);
|
/external/chromium_org/cc/layers/ |
image_layer.h | 25 virtual bool Update(ResourceUpdateQueue* queue,
|
io_surface_layer.h | 23 virtual bool Update(ResourceUpdateQueue* queue,
|
ui_resource_layer_unittest.cc | 66 test_layer->Update(&queue, &occlusion_tracker); 76 test_layer->Update(&queue, &occlusion_tracker); 96 test_layer->Update(&queue, &occlusion_tracker); 108 test_layer->Update(&queue, &occlusion_tracker);
|
/external/chromium_org/cc/test/ |
fake_picture_layer.h | 33 virtual bool Update(ResourceUpdateQueue* queue,
|
/external/chromium_org/chrome/browser/chromeos/ui/ |
focus_ring_layer.h | 33 // Create the layer and update its bounds and position in the hierarchy. 34 void Update();
|
/external/chromium_org/chrome/browser/history/android/ |
sql_handler.h | 12 // This is a wrapper of information needed for Insert/Update/Delete 28 // table or BookmarkModel in its Insert/Update/Delete method. 31 // are inserted or updated, the corresponding Insert() or Update() method will 34 // The HistoryAndBookmarkRow given in Insert() or Update() provide the data for 35 // insert or update. No all the data in HistoryAndBookmarkRow maybe valid, using 46 // value stored in |row|. Return true if the update succeeds. 47 virtual bool Update(const HistoryAndBookmarkRow& row,
|
visit_sql_handler.h | 25 virtual bool Update(const HistoryAndBookmarkRow& row,
|
/external/chromium_org/chrome/browser/notifications/ |
notification_ui_manager.h | 33 virtual bool Update(const Notification& notification, Profile* profile) = 0;
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
open_pdf_in_reader_view.h | 26 void Update(content::WebContents* web_contents);
|
zoom_view.h | 28 void Update(ZoomController* zoom_controller);
|
/external/chromium_org/chrome/browser/ui/views/passwords/ |
manage_passwords_icon_view.h | 28 void Update(
|
/external/chromium_org/crypto/ |
sha2.cc | 15 ctx->Update(str.data(), str.length());
|
signature_creator.h | 44 // Update the signature with more data. 45 bool Update(const uint8* data_part, int data_part_len);
|