Searched refs:frame (Results 1 - 13 of 13) sorted by relevance

/glassfish-3.1.2/tests/embedded/maven-plugin/websockets/src/main/java/com/sun/grizzly/samples/websockets/
H A DChatApplication.java63 public void onMessage(WebSocket socket, DataFrame frame) throws IOException { argument
64 final String data = frame.getTextPayload();
66 login((ChatWebSocket) socket, frame);
86 private void login(ChatWebSocket socket, DataFrame frame) throws IOException { argument
89 socket.setUser(frame.getTextPayload().split(":")[1].trim());
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/logger/
H A DIASLogger.java142 StackTraceElement frame = stack[ix];
143 _classname = frame.getClassName();
145 // We've found the relevant frame. Get Method Name.
146 _methodname = frame.getMethodName();
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/
H A DPrint.java74 ** printing the stack frame to avoid creating a print line which is excessively long)
98 ** To turn have 'printXXX' methods print the stack frame location, include system property:
143 /* Set the state to force prepending the stack frame to 'print' statements
151 /* return the current state of including the stack frame in 'print' statements
162 /* Set the state to include the module source file rather than the normal stack frame
174 ** @return the @see java.lang.StackTraceElement for the specified stack frame
175 ** @param the specified stack frame to retrieve.
185 ** @return the @see java.lang.String version of the specified stack frame
186 ** @param the specified stack frame to retrieve.
194 ** @return the @see java.lang.String version of the specified stack frame
449 _printStackTrace(PrintStream out, int frame, String title, String msg, Throwable excp) argument
501 printStackTrace(PrintStream out, int frame, String title, String msg, Throwable excp) argument
532 dprintStackTrace(PrintStream out, int frame, String title, String msg, Throwable excp) argument
618 printStackTrace(int frame, String msg) argument
629 dprintStackTrace(int frame, String msg) argument
[all...]
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/
H A DGUILoginDialog.java127 private JFrame frame; field in class:PassphraseDialog
151 * Create a dialog box with a frame and title.
153 * @param frame The parent frame.
156 protected PassphraseDialog (JFrame frame, String title) { argument
157 super(frame, title, true);
158 this.frame = frame;
164 * Create a dialog box with a frame and title.
166 * @param frame Th
169 PassphraseDialog(JFrame frame, String title, Callback[] callbacks) argument
415 private JFrame frame; field in class:CertificateDialog
429 CertificateDialog(JFrame frame, String title) argument
[all...]
/glassfish-3.1.2/persistence/cmp/utility/src/main/java/com/sun/jdo/spi/persistence/utility/logging/
H A DLoggerJDK14.java476 // Search for the first frame before the "Logger" class.
478 StackTraceElement frame = stack[ix];
479 String cname = frame.getClassName();
481 // We've found the relevant frame.
483 sourceMethodName = frame.getMethodName();
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/gui/
H A DMainPanel.java147 JFrame frame = (JFrame) SwingUtilities.getAncestorOfClass(cls, resultsPanel);
148 frame.setVisible(false);
150 //frame.dispose();
/glassfish-3.1.2/admingui/core/src/main/resources/css/
H A Dcss_ns4sol.css509 .button-frame-enabled {background-color:#000}
516 .button-frame-disabled {background-color:#999}
521 .mini-button-frame-enabled {background-color:#000}
528 .mini-button-frame-disabled {background-color:#999}
539 .table-frame {background-color:#99C}
576 .alert-error-frame {background-color:#C00}
578 .alert-warning-frame {background-color:#FC0}
580 .alert-info-frame {background-color:#99C}
626 .wizard-tab-frame-forward {background-color:#000}
629 .wizard-tab-frame
[all...]
H A Dcss_ns4win.css512 .button-frame-enabled {background-color:#000}
519 .button-frame-disabled {background-color:#999}
524 .mini-button-frame-enabled {background-color:#000}
531 .mini-button-frame-disabled {background-color:#999}
542 .table-frame {background-color:#99C}
579 .alert-error-frame {background-color:#C00}
581 .alert-warning-frame {background-color:#FC0}
583 .alert-info-frame {background-color:#99C}
629 .wizard-tab-frame-forward {background-color:#000}
632 .wizard-tab-frame
[all...]
H A Dcss_ie5win.css751 .button-frame-enabled {background-color:#000}
756 .button-frame-disabled {background-color:#999}
759 .mini-button-frame-enabled {background-color:#000}
764 .mini-button-frame-disabled {background-color:#999}
768 .table-frame {background-color:#99C}
792 .alert-error-frame {background-color:#C00}
794 .alert-warning-frame {background-color:#FC0}
796 .alert-info-frame {background-color:#99C}
826 .wizard-tab-frame-forward {background-color:#000}
829 .wizard-tab-frame
[all...]
H A Dcss_ie6up.css751 .button-frame-enabled {background-color:#000}
756 .button-frame-disabled {background-color:#999}
759 .mini-button-frame-enabled {background-color:#000}
764 .mini-button-frame-disabled {background-color:#999}
768 .table-frame {background-color:#99C}
792 .alert-error-frame {background-color:#C00}
794 .alert-warning-frame {background-color:#FC0}
796 .alert-info-frame {background-color:#99C}
826 .wizard-tab-frame-forward {background-color:#000}
829 .wizard-tab-frame
[all...]
H A Dcss_ns6up.css761 .button-frame-enabled {background-color:#000}
766 .button-frame-disabled {background-color:#999}
769 .mini-button-frame-enabled {background-color:#000}
774 .mini-button-frame-disabled {background-color:#999}
778 .table-frame {background-color:#99C}
802 .alert-error-frame {background-color:#C00}
804 .alert-warning-frame {background-color:#FC0}
806 .alert-info-frame {background-color:#99C}
836 .wizard-tab-frame-forward {background-color:#000}
839 .wizard-tab-frame
[all...]
/glassfish-3.1.2/tests/community/web/jruby/helloapp/public/javascripts/
H A Deffects.js300 var frame = Math.round(pos * this.options.fps * this.options.duration);
301 if(frame > this.currentFrame) {
303 this.currentFrame = frame;
/glassfish-3.1.2/tests/quicklook/web/jruby/helloapp/public/javascripts/
H A Deffects.js288 frame = (pos * this.totalFrames).round();
289 if (frame > this.currentFrame) {
291 this.currentFrame = frame;

Completed in 49 milliseconds