/external/webkit/WebCore/manual-tests/inspector/ |
debugger-pause-during-load.html | 2 debugger; // You should see this code and execution line in the Scripts panel. 5 <p>To test, open the Inspector and start a debugging session. You should see this file and execution line in the Scripts panel.</p>
|
webinspector-log.html | 6 <li>Open the console panel 8 <li>Open that inspector's console panel 9 <li>In that panel, run the code:
|
remember-last-script.html | 2 <p><b>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=27552">Bug 27552</a> - remember last script displayed in Scripts panel</b> 5 <li><p>open this page with Web Inspector, switch to the <b>Scripts</b> panel, enabling debug if required 12 <li><p>switch to the <b>Resources</b> panel 17 <li>open Web Inspector, switch to the <b>Scripts</b> panel, then close Web Inspector 19 <li><p>open Web Inspector, switch to the <b>Scripts</b> panel 24 <li>open Web Inspector, switch to the <b>Scripts</b> panel, then close Web Inspector
|
display-sql-null.html | 12 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=18837">Bug 18837: Database panel fails to display tables if any value is NULL</a>.</p> 16 <li>Go to the Databases panel</li>
|
debugger-status-bar-buttons-state.html | 2 <p>To test, open the Inspector and go to the Scripts panel. Check that the tool tips for the debugger's two status bar buttons make sense when each button is toggled on and off.</p>
|
errors-with-space in-url.html | 5 panel. Clicking the button below should change the "1" to a "2".</p>
|
forzen-ui-while-paused.html | 11 <p>Open the inspector and start debugging in the Scripts panel. While paused, try to open the Console. The Console should animate open fully.</p>
|
styled-error-bubbles-in-scripts.html | 5 in it next to the the only script resource in the Resources panel. Clicking the
|
bp-in-named-eval-after-reload.html | 6 <li><p>switch to the Scripts panel, enabling debug if required 23 <li><p>in the breakpoints sidebar panel, click on the two breakpoints listed 24 and the source for those functions should be shown in the source panel, and
|
/development/simulator/app/ |
LogPrefsDialog.cpp | 231 wxPanel* panel = new wxPanel(parent); local 233 wxStaticBoxSizer* headerOpts = new wxStaticBoxSizer(wxVERTICAL, panel, 235 headerOpts->Add(new wxRadioButton(panel, IDC_LOG_PREFS_FMT_FULL, 238 headerOpts->Add(new wxRadioButton(panel, IDC_LOG_PREFS_FMT_BRIEF, 240 headerOpts->Add(new wxRadioButton(panel, IDC_LOG_PREFS_FMT_MINIMAL, 243 wxCheckBox* singleLine = new wxCheckBox(panel, IDC_LOG_PREFS_SINGLE_LINE, 246 wxStaticText* extraSpacingDescr = new wxStaticText(panel, wxID_STATIC, 248 wxComboBox* extraSpacing = new wxComboBox(panel, 257 wxStaticBoxSizer* textOpts = new wxStaticBoxSizer(wxVERTICAL, panel, 260 new wxStaticText(panel, wxID_STATIC, wxT("Point size:")) ) 302 wxPanel* panel = new wxPanel(parent); local 348 wxPanel* panel = new wxPanel(parent); local [all...] |
PrefsDialog.cpp | 209 wxPanel* panel = new wxPanel(parent); local 211 wxStaticText* configNameDescr = new wxStaticText(panel, wxID_STATIC, 213 wxTextCtrl* configName = new wxTextCtrl(panel, IDC_SPREFS_CONFIG_NAME, 218 wxStaticText* debuggerDescr = new wxStaticText(panel, wxID_STATIC, 220 wxTextCtrl* debugger = new wxTextCtrl(panel, IDC_SPREFS_DEBUGGER); 222 wxStaticText* valgrinderDescr = new wxStaticText(panel, wxID_STATIC, 224 wxTextCtrl* valgrinder = new wxTextCtrl(panel, IDC_SPREFS_VALGRINDER); 226 wxCheckBox* autoPowerOn = new wxCheckBox(panel, IDC_SPREFS_AUTO_POWER_ON, 248 panel->SetSizer(horizIndent); 250 return panel; 258 wxPanel* panel = new wxPanel(parent); local [all...] |
/external/webkit/WebKit/mac/Panels/ |
WebAuthenticationPanel.m | 58 [panel release]; 70 // remove all of the panel's remaining refs, which can cause a 73 [[panel retain] autorelease]; 78 [panel close]; 80 [[NSApplication sharedApplication] endSheet:panel returnCode:1]; 89 // remove all of the panel's remaining refs, which can cause a 92 [[panel retain] autorelease]; 94 [panel close]; 96 [[NSApplication sharedApplication] endSheet:panel returnCode:0]; 116 // Methods related to displaying the panel [all...] |
WebPanelAuthenticationHandler.m | 124 WebAuthenticationPanel *panel = [[WebAuthenticationPanel alloc] initWithCallback:self selector:@selector(_authenticationDoneWithChallenge:result:)]; 126 [windowToPanel _webkit_setObject:panel forUncopiedKey:window]; 127 [panel release]; 130 [panel runAsModalDialogWithChallenge:challenge]; 132 [panel runAsSheetOnWindow:window withChallenge:challenge]; 140 WebAuthenticationPanel *panel = [windowToPanel objectForKey:window]; 141 [panel cancel:self];
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
TableView.java | 43 * Setup the listener for the Table objects of <code>Panel</code>, and setup 45 * @param panel The panel to setup 46 * @param parent The parent composite of the Panel's content. 48 void setupTableFocusListener(TablePanel panel, Composite parent) { 49 panel.setTableFocusListener(new ITableFocusListener() {
|
SelectionDependentViewPart.java | 36 protected final void setSelectionDependentPanel(SelectionDependentPanel panel) { 37 // remember the panel 38 mPanel = panel;
|
/external/jpeg/ |
makeproj.mac | 47 Set Preferences of panel "Target Settings" to {Target Name:"libjpeg"} 48 Set Preferences of panel "PPC Project" to {File Name:"libjpeg"} 49 Set Preferences of panel "Target Settings" to {Linker:"MacOS PPC Linker"} 50 Set Preferences of panel "PPC Project" to {Project Type:library} 51 Set Preferences of panel "C/C++ Compiler" to {ANSI Strict:true} 52 Set Preferences of panel "C/C++ Compiler" to {Enums Always Ints:true} 53 Set Preferences of panel "PPC Codegen" to {Struct Alignment:PowerPC} 54 Set Preferences of panel "PPC Linker" to {Generate SYM File:false} 112 Set Preferences of panel "Target Settings" to {Target Name:"cjpeg"} 113 Set Preferences of panel "PPC Project" to {File Name:"cjpeg" [all...] |
/external/junit/src/junit/awtui/ |
TestRunner.java | 20 import java.awt.Panel; 110 protected void addGrid(Panel p, Component co, int x, int y, int w, int fill, double wx, int anchor) { 249 Panel numbersPanel= createCounterPanel(); 272 Panel failedPanel= new Panel(new GridLayout(0, 1, 0, 2)); 298 Panel panel= new Panel(new GridBagLayout()); local 300 addGrid(panel, suiteLabel, 0, 0, 2, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraints.WEST); 302 addGrid(panel, fSuiteField, 0, 1, 2, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraints.WEST) [all...] |
/frameworks/base/docs/html/resources/dashboard/ |
platform-versions.jd | 6 div.dashboard-panel { 20 #jd-content div.dashboard-panel img { 26 #jd-content div.dashboard-panel table { 31 div.dashboard-panel p { 34 div.dashboard-panel th { 50 <div class="dashboard-panel">
|
screens.jd | 6 div.dashboard-panel { 20 #jd-content div.dashboard-panel img { 26 #jd-content div.dashboard-panel table { 31 div.dashboard-panel p { 34 div.dashboard-panel th { 49 <div class="dashboard-panel">
|
/frameworks/policies/base/mid/com/android/internal/policy/impl/ |
MidWindow.java | 113 * The panel that is prepared or opened (the most recent one if there are 114 * multiple panels). Shortcuts will go to this panel. It gets set in 307 * Prepares the panel to either be opened or chorded. This creates the Menu 308 * instance for the panel and populates it via the Activity callbacks. 310 * @param st The panel state to prepare. 311 * @param event The event that triggered the preparing of the panel. 312 * @return Whether the panel was prepared. If the panel should not be shown, 321 // Another Panel is prepared and possibly open, so close it 332 // Init the panel state's menu--return false if init faile 627 final PanelFeatureState panel = panels[i]; local 699 final PanelFeatureState panel = panels[i]; local 710 final PanelFeatureState panel = findMenuPanel(menu.getRootMenu()); local 719 final PanelFeatureState panel = findMenuPanel(menu); local 730 final PanelFeatureState panel = findMenuPanel(parentMenu); local [all...] |
/external/webkit/WebCore/manual-tests/ |
dictionary-scrolled-iframe.html | 7 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=8295">Bugzilla bug 8295</a> Dictionary pop-up panel targets the wrong word in a scrolled IFRAME</p> 13 3. Press Command-Control-D to invoke the Dictionary pop-up panel. 17 The Dictionary pop-up panel will appear over “target”, giving its definition. 21 The Dictionary pop-up panel will appear over “failure”, with the definition of failure.
|
/external/webkit/WebKitTools/WebKitLauncher/ |
WebKitNightlyEnablerSparkle.m | 49 NSPanel *panel = NSGetInformationalAlertPanel([NSString stringWithFormat:@"Would you like to download and install %@ %@ now?", hostName, objc_msgSend(updateItem, @selector(displayVersionString))], 52 NSArray *subviews = [[panel contentView] subviews]; 64 [panel center]; 65 return panel; 68 // Sparkle's udpate alert panel looks odd with the release notes hidden, so we 69 // swap it out with a standard NSAlert-style panel instead. 72 NSPanel *panel = updateAlertPanel(updateItem, host); 73 [panel setDelegate:self]; 75 self = [self initWithWindow:panel];
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
Panel.java | 26 public abstract class Panel { 45 * Sets the focus to the proper control inside the panel.
|
/external/proguard/src/proguard/gui/ |
ClassSpecificationDialog.java | 155 // Create the comments panel. 165 // Create the keep option panel. 179 // Create the allow option panel. 188 // Create the access panel. 206 // Create the annotation type panel. 213 // Create the class name panel. 220 // Create the extends annotation type panel. 227 // Create the extends class name panel. 235 // Create the class member list panel. 280 // Add all panels to the main panel [all...] |
/external/webkit/WebCore/inspector/front-end/ |
ConsolePanel.js | 31 WebInspector.Panel.call(this); 44 WebInspector.Panel.prototype.show.call(this); 66 WebInspector.Panel.prototype.hide.call(this); 88 WebInspector.ConsolePanel.prototype.__proto__ = WebInspector.Panel.prototype;
|