HomeSort by relevance Sort by last modified time
    Searched refs:Update (Results 176 - 200 of 691) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/cc/layers/
picture_layer.h 33 virtual bool Update(
53 // Invalidation to use the next time update is called.
55 // Invalidation from the last time update was called.
picture_layer_unittest.cc 40 layer->Update(queue.get(), &occlusion);
44 // Intentionally skipping Update since it would normally be skipped on
  /external/chromium_org/cc/resources/
bitmap_content_layer_updater.h 31 virtual void Update(ResourceUpdateQueue* queue,
  /external/chromium_org/cc/trees/
damage_tracker.h 65 void Update(const gfx::RectF& rect, unsigned int mailboxId) {
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.h 81 scoped_ptr<api::notifications::Update::Params> params_;
83 DECLARE_EXTENSION_FUNCTION("notifications.update", NOTIFICATIONS_UPDATE)
  /external/chromium_org/chrome/browser/history/android/
android_urls_sql_handler.cc 28 bool AndroidURLsSQLHandler::Update(const HistoryAndBookmarkRow& row,
  /external/chromium_org/chrome/browser/notifications/
balloon_notification_ui_manager.h 45 virtual bool Update(const Notification& notification,
  /external/chromium_org/chrome/browser/sync_file_system/
file_change.cc 47 void FileChangeList::Update(const FileChange& new_change) {
68 // DELETE + ADD/UPDATE -> ADD/UPDATE
69 // ADD/UPDATE + DELETE -> DELETE
file_change.h 57 void Update(const FileChange& new_change);
  /external/chromium_org/chrome/browser/ui/app_list/
recommended_apps.h 37 void Update();
  /external/chromium_org/chrome/browser/ui/views/location_bar/
content_setting_image_view.h 47 void Update(content::WebContents* web_contents);
open_pdf_in_reader_view.cc 33 void OpenPDFInReaderView::Update(content::WebContents* web_contents) {
  /external/chromium_org/chrome/browser/ui/views/tabs/
dragged_tab_view.h 38 // Notifies the DraggedTabView that it should update itself.
39 void Update();
  /external/chromium_org/chrome/installer/test/
resource_updater.cc 20 // An update wasn't committed, so discard it.
37 bool ResourceUpdater::Update(const std::wstring& name,
  /external/chromium_org/cloud_print/gcp20/prototype/
dns_sd_server.h 45 void Update();
  /external/chromium_org/content/browser/android/
edge_effect.h 40 bool Update(base::TimeTicks current_time);
  /external/chromium_org/content/browser/download/
save_item.h 38 void Update(int64 bytes_so_far);
50 // Update path for SaveItem, the actual file is renamed on the file thread.
  /external/chromium_org/content/common/gpu/
stream_texture_manager_android.h 57 virtual void Update() OVERRIDE;
  /external/chromium_org/crypto/
secure_hash_default.cc 31 virtual void Update(const void* input, size_t len) OVERRIDE {
secure_hash_openssl.cc 33 virtual void Update(const void* input, size_t len) OVERRIDE {
signature_creator_openssl.cc 57 bool SignatureCreator::Update(const uint8* data_part, int data_part_len) {
  /external/chromium_org/gpu/command_buffer/service/
stream_texture_manager_in_process_android.h 44 virtual void Update() OVERRIDE;
  /external/chromium_org/gpu/tools/compositor_model_bench/
forward_render_model.cc 58 void ForwardRenderSimulator::Update() {
  /external/chromium_org/media/audio/
null_audio_sink.cc 79 audio_hash_->Update(audio_bus, frames_received);
  /external/chromium_org/media/base/
audio_hash.cc 24 void AudioHash::Update(const AudioBus* audio_bus, int frames) {

Completed in 1237 milliseconds

1 2 3 4 5 6 78 91011>>