/external/webkit/WebKit/mac/Panels/ |
D | 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 …]
|
D | WebPanelAuthenticationHandler.m | 124 …WebAuthenticationPanel *panel = [[WebAuthenticationPanel alloc] initWithCallback:self selector:@se… 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];
|
/external/jpeg/ |
D | 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/ |
D | TestRunner.java | 298 Panel panel= new Panel(new GridBagLayout()); in createUI() local 300 …addGrid(panel, suiteLabel, 0, 0, 2, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraints.WEST… in createUI() 302 …addGrid(panel, fSuiteField, 0, 1, 2, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraints.WES… in createUI() 303 addGrid(panel, fRun, 2, 1, 1, GridBagConstraints.HORIZONTAL, 0.0, GridBagConstraints.CENTER); in createUI() 304 …addGrid(panel, fUseLoadingRunner, 0, 2, 2, GridBagConstraints.NONE, 1.0, GridBagConstraints.WEST); in createUI() 305 …addGrid(panel, fProgressIndicator, 0, 3, 2, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraint… in createUI() 306 addGrid(panel, fLogo, 2, 3, 1, GridBagConstraints.NONE, 0.0, GridBagConstraints.NORTH); in createUI() 308 addGrid(panel, numbersPanel, 0, 4, 2, GridBagConstraints.NONE, 0.0, GridBagConstraints.WEST); in createUI() 310 …addGrid(panel, failureLabel, 0, 5, 2, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraints.WE… in createUI() 311 addGrid(panel, fFailureList, 0, 6, 2, GridBagConstraints.BOTH, 1.0, GridBagConstraints.WEST); in createUI() [all …]
|
/external/webkit/WebKitTools/WebKitLauncher/ |
D | WebKitNightlyEnablerSparkle.m | 49 …NSPanel *panel = NSGetInformationalAlertPanel([NSString stringWithFormat:@"Would you like to downl… 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];
|
/external/webkit/WebCore/inspector/front-end/ |
D | inspector.js | 523 WebInspector.addPanelToolbarIcon = function(toolbarElement, panel, previousToolbarItem) argument 525 var panelToolbarItem = panel.toolbarItem; 526 this.panelOrder.push(panel); 1228 var panel = this.panels[panelName]; 1229 if ("populateInterface" in panel) 1230 panel.populateInterface(); 1237 var panel = this.panels[panelName]; 1238 if ("reset" in panel) 1239 panel.reset(); 1456 var panel = this.panels[preferredPanel]; [all …]
|
D | ElementsPanel.js | 42 this.treeOutline.panel = this; 48 … if (this.panel.visible && WebInspector.currentFocusElement !== document.getElementById("search")) 51 this.panel.updateBreadcrumb(forceUpdate); 53 for (var pane in this.panel.sidebarPanes) 54 this.panel.sidebarPanes[pane].needsUpdate = true; 56 this.panel.updateStyles(true); 57 this.panel.updateMetrics(); 58 this.panel.updateProperties(); 59 this.panel.updateEventListeners(); 63 this.panel.nodeSearchButton.toggled = false; [all …]
|
D | Panel.js | 50 this._toolbarItem.panel = this; 184 var panel = this; 196 if (panel._currentSearchChunkIntervalIdentifier === chunkIntervalIdentifier) 197 delete panel._currentSearchChunkIntervalIdentifier;
|
D | inspector.css | 775 .panel { 785 .panel.visible { 2166 .panel-enabler-view { 2181 .panel-enabler-view.visible { 2185 .panel-enabler-view .panel-enabler-view-content { 2196 .panel-enabler-view h1 { 2204 .panel-enabler-disclaimer { 2211 .panel-enabler-disclaimer:empty { 2215 .panel-enabler-view img, div.welcome-instructions-aligner { 2226 .panel-enabler-view img.hidden { [all …]
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetAudition.py | 73 panel = wx.Panel(self, -1) 75 self.segList = JetListCtrl(panel) 82 self.queueList = JetListCtrl(panel) 86 self.trackList = JetTrackCtrl(panel) 92 self.btnMuteAll = wx.Button(panel, -1, JetDefs.BUT_MUTEALL) 93 self.btnUnMuteAll = wx.Button(panel, -1, JetDefs.BUT_MUTENONE) 94 self.btnMuteOrg = wx.Button(panel, -1, JetDefs.BUT_ORGMUTES) 104 self.btnQueue = wx.Button(panel, -1, JetDefs.BUT_QUEUE) 105 self.btnCancelNQueue = wx.Button(panel, -1, JetDefs.BUT_CANCELANDQUEUE) 114 self.btnQueueCancelCurrent = wx.Button(panel, -1, JetDefs.BUT_CANCELCURRENT) [all …]
|
D | JetDialogs.py | 41 def __init__(self, panel, ctrlList, callbackClass): argument 50 self.ctrls[Text] = wx.Button(panel, Id, Lbl, wx.Point(Col, Row), size=Len) 58 … self.ctrls[Text] = wx.TextCtrl(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET +3), wx.Size(Len,-1)) 60 …self.ctrls[Text] = JetSpinOneBased(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET), wx.Size(Len,-1)… 62 …self.ctrls[Text] = JetSpin(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET), wx.Size(Len,-1), min=Mi… 64 …self.ctrls[Text] = wx.ComboBox(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET), wx.Size(Len,-1), Ls… 69 … self.ctrls[Text] = TimeCtrl(panel, pos=(Col, Row + LBL_OFFSET), ctlName=Text) 71 …self.ctrls[Text] = JetFileCombo(panel, pos=(Col, Row + LBL_OFFSET), size=wx.Size(Len,-1), title=Lb… 73 …self.ctrls[Text] = JetFileText(panel, pos=(Col, Row + LBL_OFFSET), size=wx.Size(Len,-1), title=Lbl… 75 … self.ctrls[Text] = wx.StaticBox(parent=panel, id=wx.ID_ANY, label=Lbl, pos=(Row, Col), size=Len) [all …]
|
/external/junit/src/junit/swingui/ |
D | TestRunner.java | 454 JPanel panel= new JPanel(new GridBagLayout()); in createUI() local 456 addGrid(panel, suiteLabel, 0, 0, 2, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraints.WEST); in createUI() 457 …addGrid(panel, fSuiteCombo, 0, 1, 1, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraints.WEST… in createUI() 458 addGrid(panel, browseButton, 1, 1, 1, GridBagConstraints.NONE, 0.0, GridBagConstraints.WEST); in createUI() 459 addGrid(panel, fRun, 2, 1, 1, GridBagConstraints.HORIZONTAL, 0.0, GridBagConstraints.CENTER); in createUI() 461 …addGrid(panel, fUseLoadingRunner, 0, 2, 3, GridBagConstraints.NONE, 1.0, GridBagConstraints.WEST… in createUI() 465 …addGrid(panel, fProgressIndicator, 0, 3, 2, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstrain… in createUI() 466 addGrid(panel, fLogo, 2, 3, 1, GridBagConstraints.NONE, 0.0, GridBagConstraints.NORTH); in createUI() 468 addGrid(panel, fCounterPanel, 0, 4, 2, GridBagConstraints.NONE, 0.0, GridBagConstraints.WEST); in createUI() 469 …addGrid(panel, new JSeparator(), 0, 5, 2, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraints.… in createUI() [all …]
|
/external/proguard/src/proguard/gui/splash/ |
D | SplashPanel.java | 226 SplashPanel panel = new SplashPanel(sprite, 0.5); in main() local 227 panel.setBackground(Color.white); in main() 229 frame.getContentPane().add(panel); in main() 233 panel.start(); in main()
|
/external/webkit/WebKit/mac/DefaultDelegates/ |
D | WebDefaultUIDelegate.m | 168 …WebJavaScriptTextInputPanel *panel = [[WebJavaScriptTextInputPanel alloc] initWithPrompt:prompt te… 169 [panel showWindow:nil]; 171 if ([NSApp runModalForWindow:[panel window]]) { 172 result = [panel text]; 176 [[panel window] close]; 177 [panel release];
|
/external/proguard/src/proguard/gui/ |
D | MemberSpecificationDialog.java | 277 JPanel panel) in addRadioButtonTriplet() argument 302 panel.add(new JLabel(labelText), labelConstraints); in addRadioButtonTriplet() 303 panel.add(radioButton0, buttonConstraints); in addRadioButtonTriplet() 304 panel.add(radioButton1, buttonConstraints); in addRadioButtonTriplet() 305 panel.add(radioButton2, buttonConstraints); in addRadioButtonTriplet() 306 panel.add(Box.createGlue(), lastGlueConstraints); in addRadioButtonTriplet()
|
D | ClassSpecificationDialog.java | 308 JPanel panel) in addRadioButtonTriplet() argument 333 panel.add(new JLabel(labelText), labelConstraints); in addRadioButtonTriplet() 334 panel.add(radioButton0, buttonConstraints); in addRadioButtonTriplet() 335 panel.add(radioButton1, buttonConstraints); in addRadioButtonTriplet() 336 panel.add(radioButton2, buttonConstraints); in addRadioButtonTriplet() 337 panel.add(Box.createGlue(), lastGlueConstraints); in addRadioButtonTriplet()
|
D | ListPanel.java | 149 final ListPanel panel) in addCopyToPanelButton() argument 163 panel.addElements(selectedElements); in addCopyToPanelButton()
|
/external/webkit/WebCore/platform/qt/ |
D | RenderThemeQt.cpp | 510 QStyleOptionFrameV2 panel; in paintTextField() local 512 panel.initFrom(p.widget); in paintTextField() 514 panel.rect = r; in paintTextField() 515 panel.lineWidth = findFrameLineWidth(qStyle()); in paintTextField() 516 panel.state |= QStyle::State_Sunken; in paintTextField() 517 panel.features = QStyleOptionFrameV2::None; in paintTextField() 520 ControlPart appearance = initializeCommonQStyleOptions(panel, o); in paintTextField() 528 p.drawPrimitive(QStyle::PE_PanelLineEdit, panel); in paintTextField()
|
/external/webkit/WebKit/win/Interfaces/ |
D | IWebUIDelegate.idl | 147 the file open panel requested by runOpenPanelForFileButtonWithResultListener: 160 @abstract Call this method to return a filename from the file open panel. 168 @abstract Call this method to indicate that the file open panel was cancelled. 403 @abstract Display a JavaScript alert panel 406 @discussion Clients should visually indicate that this panel comes 407 from JavaScript. The panel should have a single OK button. 414 @abstract Display a JavaScript confirm panel 418 @discussion Clients should visually indicate that this panel comes 419 from JavaScript. The panel should have two buttons, e.g. "OK" and 427 @abstract Display a JavaScript text input panel [all …]
|
/external/webkit/WebCore/css/ |
D | mediaControlsGtk.css | 28 audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
|
D | mediaControls.css | 32 audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel { 46 video:-webkit-full-page-media::-webkit-media-controls-panel {
|
D | mediaControlsAndroid.css | 33 audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel { 47 video:-webkit-full-page-media::-webkit-media-controls-panel {
|
D | mediaControlsQt.css | 35 audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel { 49 video:-webkit-full-page-media::-webkit-media-controls-panel {
|
D | mediaControlsChromium.css | 33 audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel { 44 video:-webkit-full-page-media::-webkit-media-controls-panel {
|
D | mediaControlsQuickTime.css | 32 audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel { 38 video:-webkit-full-page-media::-webkit-media-controls-panel {
|