/external/chromium_org/chrome/browser/ui/cocoa/ |
ssl_client_certificate_selector_cocoa.mm | 29 // A system-private interface that dismisses a panel whose sheet was started by 60 // |onConstrainedWindowClosed| will delete the sheet which might be still 191 // Closing the sheet using -[NSApp endSheet:] doesn't work so use the private
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLLinkElement.h | 84 CSSStyleSheet* sheet() const { return m_sheet.get(); } function in class:WebCore::FINAL 141 CSSStyleSheet* sheet() const { return linkStyle() ? linkStyle()->sheet() : 0; } function in class:WebCore::FINAL
|
HTMLStyleElement.h | 61 using StyleElement::sheet;
|
/external/chromium_org/third_party/libxslt/libxslt/ |
functions.c | 597 xsltStylesheetPtr sheet; local 605 sheet = tctxt->style; 606 if (sheet == NULL) 608 formatValues = sheet->decimalFormat; 614 formatValues = xsltDecimalFormatGetByName(sheet, decimalObj->stringval); 765 xsltStylesheetPtr sheet; local 774 sheet = tctxt->style; 776 sheet = NULL; 777 if ((sheet != NULL) && (sheet->doc != NULL) & [all...] |
/external/eclipse-windowbuilder/propertysheet/ |
README.txt | 1 WINDOWBUILDER PROPERTY SHEET LIBRARY 82 property sheet view in ADT. This code was also modified in a couple of 118 should be checked to see whether they apply to our property sheet page
|
/external/flac/libFLAC/ |
format.c | 422 if(violation) *violation = "CD-DA cue sheet must have a lead-in length of at least 2 seconds"; 426 if(violation) *violation = "CD-DA cue sheet lead-in length must be evenly divisible by 588 samples"; 432 if(violation) *violation = "cue sheet must have at least one track (the lead-out)"; 437 if(violation) *violation = "CD-DA cue sheet must have a lead-out track number 170 (0xAA)"; 443 if(violation) *violation = "cue sheet may not have a track number 0"; 449 if(violation) *violation = "CD-DA cue sheet track number must be 1-99 or 170"; 457 *violation = "CD-DA cue sheet lead-out offset must be evenly divisible by 588 samples"; 459 *violation = "CD-DA cue sheet track offset must be evenly divisible by 588 samples"; 466 if(violation) *violation = "cue sheet track must have at least one index point"; 471 if(violation) *violation = "cue sheet track's first index number must be 0 or 1" [all...] |
/external/libxslt/libxslt/ |
functions.c | 597 xsltStylesheetPtr sheet; local 605 sheet = tctxt->style; 606 if (sheet == NULL) 608 formatValues = sheet->decimalFormat; 614 formatValues = xsltDecimalFormatGetByName(sheet, decimalObj->stringval); 747 xsltStylesheetPtr sheet; local 756 sheet = tctxt->style; 758 sheet = NULL; 759 if ((sheet != NULL) && (sheet->doc != NULL) & [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/ |
collected_cookies_mac.mm | 85 base::scoped_nsobject<CustomConstrainedWindowSheet> sheet( 89 this, web_contents, sheet)); 458 NSWindow* sheet = [self window]; 459 NSRect sheetFrame = [sheet frame]; 470 // Calculate the new position of the sheet. 489 // Grow the sheet. 492 sheet, NSViewAnimationTargetKey,
|
/device/google/accessory/demokit/hardware/eng/shield/ |
ashield_gerb274x.cam | 24 Sheet=1 44 Sheet=1 64 Sheet=1 84 Sheet=1 104 Sheet=1 124 Sheet=1
|
ashield_excellon.cam | 18 Sheet=1
|
/external/chromium/chrome/browser/ui/cocoa/ |
browser_window_controller.h | 231 // Returns the (lazily created) window sheet controller of this window. Used 235 // Requests that |window| is opened as a per-tab sheet to the current tab. 237 // Closes the tab sheet |window| and potentially shows the next sheet in the 238 // tab's sheet queue. 278 - (void)sheetDidEnd:(NSWindow*)sheet
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
PageSerializer.cpp | 239 if (CSSStyleSheet* sheet = linkElement->sheet()) { 241 serializeCSSStyleSheet(sheet, url); 246 if (CSSStyleSheet* sheet = styleElement->sheet()) 247 serializeCSSStyleSheet(sheet, KURL());
|
PageGroupLoadDeferrer.cpp | 47 // modal, to prevent spoofs while the modal window or sheet is visible.
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XSLStyleSheetLibxslt.cpp | 61 , m_processed(true) // The root sheet starts off processed. 145 // with references to the symbol dictionaries of the style sheet 272 continue; // libxslt has been given this sheet already.
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
Method.java | 77 * specified in the style sheet, and a serializer of this type wraps either an
|
/external/chromium/chrome/browser/ |
repost_form_warning_uitest.cc | 81 // tab-modal sheet.
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_model_observer_for_cocoa.h | 10 // bookmark button editor sheet open, then edit the bookmark in the
|
bookmark_name_folder_controller.mm | 103 - (void)didEndSheet:(NSWindow*)sheet
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
autofill_dialog_cocoa.h | 90 // Closes the sheet and ends the modal loop. Triggers cleanup sequence.
|
/external/chromium_org/content/shell/browser/ |
shell_login_dialog_mac.mm | 23 // Helper object that receives the notification that the dialog/sheet is
|
/external/chromium_org/third_party/WebKit/ManualTests/plugins/ |
flip4mac-update-alert-over-navigation.html | 28 <script>window.setTimeout(function() { window.location = "data:text/html,If the browser does not crash when you click 'Cancel' in the Flip4Mac update alert sheet then the bug is not present."; }, 10000)</script>
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
StyleSheetList.cpp | 89 return item->sheet();
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGFontData.h | 71 // from the document, it removes the @font-face rule it owns from the document's mapped element sheet and forces
|
SVGStyleElement.h | 36 using StyleElement::sheet;
|
/external/chromium_org/third_party/WebKit/Source/web/tests/data/pageserialization/ |
simple_page.html | 8 <!-- Style sheet links should be retrieved -->
|