Home | History | Annotate | Download | only in resources

Lines Matching refs:if

105     if (message) {
119 if (icon) {
133 if (this.ssidEdit && this.passwordEdit) {
134 if (this.ssidEdit.value) {
140 } else if (this.passwordEdit) {
141 if (this.passwordEdit.value) {
146 if (this.attrs.remembered) {
159 if (e.target == this.ssidEdit &&
170 if (e.target == this.passwordEdit &&
190 if (show && !visible) {
192 } else if (!show && visible) {
266 if (attrs.network_type == NetworkOther) {
270 } else if (attrs.status && attrs.status != 'unknown') {
271 if (attrs.status == StatusConnected) {
273 } else if (attrs.status == StatusConnecting) {
278 } else if (attrs.status == StatusError) {
292 if (attrs.need_passphrase) {
300 if (attrs.font) {
311 // Close action area and connect if it is visible.
312 if (this.isActionVisible_()) {
319 if ((this.attrs.network_type == NetworkOther ||
339 if (attrs.type == 'command') {
348 // If item is a NetworkMenuItem, it must have at least one of the following.
349 if (item.autoConnectCheckbox || item.ssidEdit || item.passwordEdit) {
351 if (event.target == item.autoConnectCheckbox ||