Home
last modified time | relevance | path

Searched refs:modal_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
251 const modalDiv = document.getElementById(modal_id);
258 function createModalButton(button_id, modal_id, close_id, hide_id) { argument
260 const modalDiv = document.getElementById(modal_id);
265 positionModal(button_id, modal_id);