Home | History | Annotate | Download | only in resources

Lines Matching refs:if

25   if (thumbnailDivs.length == 0) {
30 // If the the current div matches the thumbnail id provided,
32 if ((thumbnailDivs[i].id == thumbnailId) || (!thumbnailId && !i)) {
55 if (divId == 'current-screenshots')
70 if (!selectedThumbnailId)
80 if (!$('issue-with-combo').selectedIndex) {
83 } else if ($('description-text').value.length == 0) {
89 if ($('screenshot-checkbox').checked && selectedThumbnailId)
92 if (!$('page-url-checkbox').checked)
102 // Add chromeos data if it exists.
103 if ($('user-email-text') && $('sys-info-checkbox')) {
105 if (!$('user-email-checkbox').checked)
129 if ($('saved-screenshots'))
132 if (selectedThumbnailDivId != 'current-screenshots')
146 if ($('saved-screenshots').childElementCount == 0) {
151 if (selectedThumbnailDivId != 'saved-screenshots')