/external/chromium_org/ui/views/controls/scrollbar/ |
scrollbar_unittest.cc | 73 scrollbar_->Update(100, 200, 0); 148 scrollbar_->Update(100, 199, 0); 153 scrollbar_->Update(100, 199, 99);
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_drop_info.cc | 28 void BookmarkDropInfo::Update(const views::DropTargetEvent& event) {
|
/external/chromium/chrome/browser/search_engines/ |
search_host_to_urls_map.h | 44 void Update(const TemplateURL* existing_turl,
|
/external/chromium/chrome/browser/ui/views/ |
tab_icon_view.h | 36 // Invoke whenever the tab state changes or the throbber should update. 37 void Update();
|
/external/chromium/crypto/ |
signature_creator_openssl.cc | 34 bool SignatureCreator::Update(const uint8* data_part, int data_part_len) {
|
signature_creator_win.cc | 30 bool SignatureCreator::Update(const uint8* data_part, int data_part_len) {
|
/external/chromium/third_party/libjingle/source/talk/base/ |
ratetracker.cc | 72 void RateTracker::Update(size_t units) {
|
/external/chromium_org/ash/system/chromeos/audio/ |
tray_audio.h | 46 void Update();
|
/external/chromium_org/ash/system/chromeos/network/ |
tray_sms.h | 50 void Update(bool notify);
|
tray_vpn.cc | 39 Update(); 55 void Update() { 71 Update(); 165 default_->Update();
|
/external/chromium_org/ash/system/session_length_limit/ |
tray_session_length_limit.h | 59 void Update();
|
/external/chromium_org/cc/layers/ |
delegated_renderer_layer.h | 28 virtual bool Update(ResourceUpdateQueue* queue,
|
/external/chromium_org/cc/resources/ |
bitmap_skpicture_content_layer_updater.h | 23 virtual void Update(ResourceUpdateQueue* queue,
|
image_layer_updater.h | 24 virtual void Update(ResourceUpdateQueue* queue,
|
layer_updater.h | 23 // Allows updaters to store per-resource update properties. 30 // instead of an argument passed to Update(). 31 virtual void Update(ResourceUpdateQueue* queue,
|
/external/chromium_org/cc/test/ |
fake_content_layer.h | 28 virtual bool Update(
|
fake_painted_scrollbar_layer.h | 23 virtual bool Update(ResourceUpdateQueue* queue,
|
/external/chromium_org/chrome/browser/google/ |
google_url_tracker_infobar_delegate.h | 34 virtual void Update(const GURL& search_url);
|
/external/chromium_org/chrome/browser/history/android/ |
bookmark_model_sql_handler.h | 25 virtual bool Update(const HistoryAndBookmarkRow& row,
|
/external/chromium_org/chrome/browser/profiles/ |
gaia_info_update_service.h | 29 virtual void Update();
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
zoom_decoration.h | 29 void Update(ZoomController* zoom_controller);
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_edit_controller.h | 37 virtual void Update(const content::WebContents* contents) = 0;
|
/external/chromium_org/chrome/browser/ui/views/ |
tab_icon_view.h | 28 // Invoke whenever the tab state changes or the throbber should update. 29 void Update();
|
/external/chromium_org/components/visitedlink/browser/ |
visitedlink_event_listener.cc | 25 // and the overall update should be used instead. 59 // Buffers |links| to update, but doesn't actually relay them. 81 // Sends visited link update messages: a list of links whose visited state 83 void Update() { 162 i->second->Update(); 170 i->second->Update(); 210 updaters_[child_id]->Update();
|
/external/chromium_org/crypto/ |
ghash.h | 72 // Update processes |length| bytes from |bytes| and calls UpdateBlocks on as 75 void Update(const uint8* bytes, size_t length);
|