Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dcontrols.js249 function positionModal(button_id, modal_id) { argument
250 const modalButton = document.getElementById(button_id);
258 function createModalButton(button_id, modal_id, close_id, hide_id) { argument
259 const modalButton = document.getElementById(button_id);
265 positionModal(button_id, modal_id);