Home
last modified time | relevance | path

Searched refs:UpdateWebContentsStateAt (Results 1 – 8 of 8) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/usb/
H A Dusb_tab_helper.cc53 tab_strip_model->UpdateWebContentsStateAt( in NotifyIsDeviceConnectedChanged()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/
H A Dvr_tab_helper.cc88 tab_strip_model->UpdateWebContentsStateAt( in SetIsContentDisplayedInHeadset()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/cocoa/
H A Dtab_menu_bridge.mm168 // UpdateWebContentsStateAt, while this class still hasn't observed the
171 // 4) That UpdateWebContentsStateAt causes this object to observe a
H A Dtab_menu_bridge_unittest.mm106 model()->UpdateWebContentsStateAt(index, TabChangeType::kAll);
255 model2->UpdateWebContentsStateAt(0, TabChangeType::kAll);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/tabs/
H A Dtab_strip_model.h305 void UpdateWebContentsStateAt(int index, TabChangeType change_type);
H A Dtab_strip_model.cc697 void TabStripModel::UpdateWebContentsStateAt(int index, in UpdateWebContentsStateAt() function in TabStripModel
H A Dtab_strip_model_unittest.cc651 tabstrip.UpdateWebContentsStateAt(0, TabChangeType::kAll); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/
H A Dbrowser.cc2587 tab_strip_model_->UpdateWebContentsStateAt( in ScheduleUIUpdate()
2658 tab_strip_model_->UpdateWebContentsStateAt( in ProcessPendingUIUpdates()