/external/chromium/chrome/browser/instant/ |
instant_loader.h | 45 // arguments differ from the last call to |Update|. 46 bool Update(TabContentsWrapper* tab_contents, 112 // Invoked when the page wants to update the suggested text. If |user_text_| 195 // Transition type of the match last passed to Update. 198 // Timer used to update the bounds of the omnibox. 204 // Last value of verbatim passed to |Update|.
|
/external/chromium_org/ash/system/chromeos/screen_security/ |
screen_share_tray_item.cc | 100 Update();
|
/external/chromium_org/base/win/ |
event_trace_controller.h | 129 static HRESULT Update(const wchar_t* session_name,
|
/external/chromium_org/cc/layers/ |
painted_scrollbar_layer.h | 39 virtual bool Update(ResourceUpdateQueue* queue,
|
/external/chromium_org/cc/resources/ |
bitmap_skpicture_content_layer_updater.cc | 22 void BitmapSkPictureContentLayerUpdater::Resource::Update(
|
image_layer_updater.cc | 17 void ImageLayerUpdater::Resource::Update(ResourceUpdateQueue* queue,
|
/external/chromium_org/chrome/browser/background/ |
background_application_list_model.h | 140 void Update();
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
drive_app_registry.h | 73 void Update(); 84 // Part of Update(). Runs upon the completion of fetching the Drive apps
|
/external/chromium_org/chrome/browser/extensions/api/sockets_tcp_server/ |
sockets_tcp_server_api.h | 49 DECLARE_EXTENSION_FUNCTION("sockets.tcpServer.update", 62 scoped_ptr<sockets_tcp_server::Update::Params> params_;
|
/external/chromium_org/chrome/browser/history/android/ |
bookmark_model_sql_handler_unittest.cc | 126 // Update the added row as bookmark. 138 ASSERT_TRUE(handler.Update(row, id_rows)); 158 ASSERT_TRUE(handler.Update(row, id_rows)); 164 // Update with the parent id. 167 ASSERT_TRUE(handler.Update(row, id_rows)); 184 // Only update the title. 189 ASSERT_TRUE(handler.Update(update_title, id_rows));
|
/external/chromium_org/chrome/browser/policy/ |
url_blacklist_manager.h | 117 // Update tasks from the UI thread can post safely to the IO thread, since the 121 // the actual update starts, and grab a WeakPtr. 151 // changing, and execute only one update per simultaneous prefs changes. 156 virtual void Update(); 158 // Starts the blacklist update on the IO thread, using the filters in 168 // Used to post update tasks to the UI thread. 171 // Used to track the policies and update the blacklist on changes.
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
remote_sync_operation_resolver_unittest.cc | 41 list.Update(FileChange(FileChange::FILE_CHANGE_ADD_OR_UPDATE, 48 list.Update(FileChange(FileChange::FILE_CHANGE_ADD_OR_UPDATE, 55 list.Update(FileChange(FileChange::FILE_CHANGE_DELETE, 62 list.Update(FileChange(FileChange::FILE_CHANGE_DELETE,
|
/external/chromium_org/chrome/browser/ui/gtk/notifications/ |
balloon_view_gtk.h | 47 virtual void Update() OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/gtk/omnibox/ |
omnibox_view_gtk_unittest.cc | 26 MOCK_METHOD1(Update, void(const content::WebContents* contents));
|
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
dragged_view_gtk.h | 58 // Notifies the dragged tab that it should update itself. 59 void Update();
|
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
site_chip_view.h | 46 void Update(content::WebContents* tab); 49 // the site chip needs to update itself to the new state.
|
/external/chromium_org/content/browser/download/ |
save_item.cc | 53 void SaveItem::Update(int64 bytes_so_far) {
|
/external/chromium_org/crypto/ |
signature_creator_nss.cc | 69 bool SignatureCreator::Update(const uint8* data_part, int data_part_len) {
|
/external/chromium_org/gpu/command_buffer/service/ |
stream_texture_manager_in_process_android.cc | 22 void StreamTextureManagerInProcess::StreamTextureImpl::Update() {
|
/external/chromium_org/remoting/host/ |
config_file_watcher_unittest.cc | 117 // Verifies that an update notification is sent when the file is changed. 118 TEST_F(ConfigFileWatcherTest, Update) {
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
messagedigest.h | 51 virtual void Update(const void* buf, size_t len) = 0;
|
openssldigest.cc | 56 void OpenSSLDigest::Update(const void* buf, size_t len) { 69 EVP_DigestInit_ex(&ctx_, md_, NULL); // prepare for future Update()s
|
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/ |
dropdown-view.js | 45 * Update dropdown view when new model is selected in menu view. 80 // Update data of subs tree.
|
/external/v8/src/ |
scopeinfo.h | 51 // Update an element in the cache. 52 void Update(Object* data,
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
ProcessingTaskController.java | 37 public final static int UPDATE = 2; 46 } else if (msg.arg1 == UPDATE) { 47 task.onUpdate((ProcessingTask.Update) msg.obj);
|