Home | History | Annotate | Download | only in picasaweb_uploader

Lines Matching full:cancel

8     .cancel-button {
19 <span class="cancel-button">
20 <img id="cancel-normal" src="images/cancel_normal-16.png">
21 <img id="cancel-hover" src="images/cancel_hover-16.png" class="invisible">
54 this.cancelButton_ = document.querySelector('.cancel-button');
61 this.cancelNormal_ = document.getElementById('cancel-normal');
62 this.cancelHover_ = document.getElementById('cancel-hover');
160 * Event handler for cancel button clicked.
165 cancel();
169 * Event handler for cancel button mouseover.
178 * Event handler for cancel button mouseout.