HomeSort by relevance Sort by last modified time
    Searched full:sheet (Results 101 - 125 of 371) sorted by null

1 2 3 45 6 7 8 91011>>

  /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/css/resolver/
ScopedStyleResolver.cpp 229 const ContainerNode* ScopedStyleResolver::scopingNodeFor(const CSSStyleSheet* sheet)
231 ASSERT(sheet);
233 Document* document = sheet->ownerDocument();
236 Node* ownerNode = sheet->ownerNode();
251 void ScopedStyleResolver::addRulesFromSheet(StyleSheetContents* sheet, const MediaQueryEvaluator& medium, StyleResolver* resolver)
255 m_authorStyle->addRulesFromSheet(sheet, medium, resolver, m_scopingNode);
  /external/chromium_org/third_party/WebKit/Source/core/page/
PageSerializer.cpp 237 if (CSSStyleSheet* sheet = linkElement->sheet()) {
239 serializeCSSStyleSheet(sheet, url);
244 if (CSSStyleSheet* sheet = styleElement->sheet())
245 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/content/shell/
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/
CSSParserMode.h 45 // User agent style sheet should always be in strict mode. Enables internal
StyleSheetList.cpp 89 return item->sheet();
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLStyleElement.h 61 using StyleElement::sheet;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.h 67 // from the document, it removes the @font-face rule it owns from the document's mapped element sheet and forces
SVGStyleElement.h 35 using StyleElement::sheet;
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/pageserialization/
simple_page.html 8 <!-- Style sheet links should be retrieved -->
  /external/grub/netboot/
tulip.txt 37 According to the data sheet the MX98715A supports up to 64K (27C512)
  /external/kernel-headers/original/linux/
mc146818rtc.h 3 * derived from Data Sheet, Copyright Motorola 1984 (!).

Completed in 396 milliseconds

1 2 3 45 6 7 8 91011>>