Searched refs:Update (Results 201 - 225 of 566) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dremote_ntp_time_estimator.cc38 // Update RTCP list
59 // Update extrapolator with the new arrival time.
64 ts_extrapolator_->Update(receiver_arrival_time_ms, sender_arrival_time_90k);
/external/chromium_org/ui/app_list/views/
H A Dfolder_header_view.cc103 Update();
108 Update();
116 void FolderHeaderView::Update() { function in class:app_list::FolderHeaderView
236 Update();
H A Dfolder_header_view.h51 void Update();
H A Dstart_page_view.h60 void Update();
62 // Schedules an Update() call using |update_factory_|. Does nothing if there
94 // Once the Update() completes, the weak pointer is invalidated.
/external/chromium_org/ui/views/controls/scrollbar/
H A Dnative_scroll_bar.h57 virtual void Update(int viewport_size,
H A Dnative_scroll_bar_views.h56 virtual void Update(int viewport_size,
/external/chromium_org/v8/src/arm64/
H A Dinstrument-arm64.h65 void Update();
/external/clang/test/SemaCXX/
H A Dwarn-unused-result.cpp50 inline void Update(const Status& new_status) { function in struct:warn_unused_CXX11::Status
/external/lldb/source/DataFormatters/
H A DLibStdcpp.cpp36 Update();
124 lldb_private::formatters::LibstdcppVectorBoolSyntheticFrontEnd::Update() function in class:lldb_private::formatters::LibstdcppVectorBoolSyntheticFrontEnd
217 Update();
225 lldb_private::formatters::LibstdcppMapIteratorSyntheticFrontEnd::Update() function in class:lldb_private::formatters::LibstdcppMapIteratorSyntheticFrontEnd
/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.h72 HRESULT Update(
/external/vixl/src/a64/
H A Dinstrument-a64.h89 void Update();
/external/chromium_org/chrome/browser/background/
H A Dbackground_application_list_model.cc200 Update();
223 Update();
358 Update();
383 Update();
408 Update();
424 Update();
437 // Update queries the extensions service of the profile with which the model was
441 void BackgroundApplicationListModel::Update() { function in class:BackgroundApplicationListModel
/external/chromium_org/chrome/browser/history/android/
H A Durls_sql_handler_unittest.cc165 // Update all columns except URL which can not be updated.
166 TEST_F(UrlsSQLHandlerTest, Update) {
190 ASSERT_TRUE(urls_sql_handler_.Update(update_row, ids));
197 // Update the both time to verify the created time is not impact to visit_count
223 ASSERT_TRUE(urls_sql_handler_.Update(update_row1, ids));
230 ASSERT_TRUE(urls_sql_handler_.Update(update_row, ids));
237 // Update the visit count be zero to verify last visit time also set to zero.
259 ASSERT_TRUE(urls_sql_handler_.Update(update_row, ids));
266 // Update the last visit time be a time earlier than current one to verify
289 EXPECT_FALSE(urls_sql_handler_.Update(update_ro
[all...]
H A Dvisit_sql_handler_unittest.cc178 ASSERT_TRUE(urls_sql_handler_.Update(update_row, ids));
179 ASSERT_TRUE(visit_sql_handler_.Update(update_row, ids));
187 // Update visit count to zero to verify the visit rows of this url
208 ASSERT_TRUE(urls_sql_handler_.Update(update_row, ids));
209 ASSERT_TRUE(visit_sql_handler_.Update(update_row, ids));
220 // Update both last visit time and created time to verify
241 ASSERT_TRUE(urls_sql_handler_.Update(update_row, ids));
242 ASSERT_TRUE(visit_sql_handler_.Update(update_row, ids));
253 // Update the visit count to verify the new visits are inserted.
274 ASSERT_TRUE(urls_sql_handler_.Update(update_ro
[all...]
/external/ceres-solver/scripts/
H A Dmake_release119 - Update the release string in scripts/ceres-solver.spec if this is a RC
/external/chromium_org/ash/system/chromeos/audio/
H A Daudio_detailed_view.cc58 Update();
64 void AudioDetailedView::Update() { function in class:ash::tray::AudioDetailedView
/external/chromium_org/cc/layers/
H A Dcontent_layer.cc71 // Update the tile data before creating all the layer's tiles.
77 bool ContentLayer::Update(ResourceUpdateQueue* queue, function in class:cc::ContentLayer
87 bool updated = TiledLayer::Update(queue, occlusion);
H A Dpicture_layer.cc40 // Update may not get called for an empty layer, so resize here instead.
81 bool PictureLayer::Update(ResourceUpdateQueue* queue, function in class:cc::PictureLayer
84 bool updated = Layer::Update(queue, occlusion);
102 TRACE_EVENT1("cc", "PictureLayer::Update",
/external/chromium_org/cc/test/
H A Dtiled_layer_test_common.cc17 void FakeLayerUpdater::Resource::Update(ResourceUpdateQueue* queue, function in class:cc::FakeLayerUpdater::Resource
29 layer_->Update();
H A Dtiled_layer_test_common.h30 virtual void Update(ResourceUpdateQueue* queue,
65 // Number of times Update() has been invoked on a texture.
68 void Update() { update_count_++; } function in class:cc::FakeLayerUpdater
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notifications_unittest.cc140 notification_manager()->Update(GetANotification("test"), &profile));
160 notification_manager()->Update(GetANotification("test"), &profile);
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dmock_file_system.py33 mock_file_system.Update(update)
74 # every time there's an Update but that's less meaningful for testing.
132 def Update(self, update): member in class:MockFileSystem
H A Dmock_file_system_test.py95 fs.Update({
112 fs.Update({
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
H A DInspectedPagePlaceholder.js19 Update: "Update"
119 this.dispatchEventToListeners(WebInspector.InspectedPagePlaceholder.Events.Update, bounds);
/external/chromium_org/v8/tools/
H A Dtest-server.py65 def Update(): function
121 # Update this very script.
144 Update()

Completed in 860 milliseconds

1234567891011>>