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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMImplementation.cpp 238 RefPtr<CSSStyleSheet> sheet = CSSStyleSheet::create(StyleSheetContents::create()); local
239 sheet->setMediaQueries(MediaQuerySet::create(media));
240 return sheet;
  /external/chromium/chrome/browser/resources/options/
options_page.js 158 var container = $('subpage-sheet-container-' + nestingLevel);
478 : $('subpage-sheet-container-' + level);
564 var containerId = 'subpage-sheet-container-' + level;
667 document.querySelectorAll('.subpage-sheet-container');
706 $('subpage-sheet-' + level), event.clientX, event.clientY);
892 container = $('subpage-sheet-container-' + nestingLevel);
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_controller_private.mm 139 willPositionSheet:(NSWindow*)sheet
141 // Position the sheet as follows:
143 // bookmark bar is disabled), position the sheet immediately below the
146 // the sheet below the bookmark bar.
147 // - If the bookmark bar is currently animating, position the sheet according
161 // The toolbar is not shown in application mode. The sheet should be
    [all...]
browser_window_controller_browsertest.mm 311 // Open sheet with normal browser window, persistent bookmark bar.
339 // Open sheet in an application window.
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
ExtendedWikiHelper.java 39 * HTML style sheet to include with any {@link #formatWikiText(String)} HTML
270 // Return the resulting HTML with style sheet, if we have content left
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_dialog_cocoa.mm 59 base::scoped_nsobject<CustomConstrainedWindowSheet> sheet(
63 new ConstrainedWindowMac(this, delegate_->GetWebContents(), sheet));
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
media_galleries_dialog_cocoa.mm 101 base::scoped_nsobject<CustomConstrainedWindowSheet> sheet(
105 this, controller->web_contents(), sheet));
  /external/chromium_org/third_party/lcov/man/
lcovrc.5 45 # External style sheet file
190 Specify an external style sheet file. Use this option to modify the appearance of the HTML output as generated by
  /external/chromium_org/third_party/lcov-1.9/man/
lcovrc.5 45 # External style sheet file
204 Specify an external style sheet file. Use this option to modify the appearance of the HTML output as generated by
  /external/chromium_org/third_party/libxslt/libxslt/
documents.c 175 * @style: an XSLT style sheet
351 * @style: an XSLT style sheet
  /external/libxslt/libxslt/
documents.c 175 * @style: an XSLT style sheet
351 * @style: an XSLT style sheet
  /frameworks/base/core/java/android/nfc/tech/
MifareUltralight.java 42 * read/write area. For more information see the NXP data sheet MF0ICU1.
49 * NXP data sheet MF0ICU2.
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_controller_private.h 33 willPositionSheet:(NSWindow*)sheet
bug_report_window_controller.mm 52 // TODO(mirandac): This dialog should be a tab-modal sheet if a browser
cocoa_test_helper.mm 60 // attached sheet dropping in. Set that duration for the current
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_editor_base_controller.mm 257 // Implementing this informal protocol allows us to open the sheet
260 - (NSRect)window:(NSWindow*)window willPositionSheet:(NSWindow*)sheet
312 - (void)didEndSheet:(NSWindow*)sheet
315 [sheet close];
  /external/chromium_org/chrome/browser/ui/cocoa/browser/
edit_search_engine_cocoa_controller.mm 107 // Performs the logic of closing the window. If we are a sheet, then it ends the
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
uber_shared.css 20 body.uber-frame .subpage-sheet-container .page,
  /external/chromium_org/remoting/host/mac/
me2me_preference_pane.h 130 // that the alert appears as a sheet over the pane (instead of a detached
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleInvalidationAnalysis.cpp 110 // See if all rules on the sheet are scoped to some specific ids or classes.
StyleSheetContents.h 114 // this style sheet. This property probably isn't useful for much except
  /external/chromium_org/third_party/lcov-1.9/
lcovrc 8 # Specify an external style sheet file (same as --css-file option of genhtml)
  /external/chromium_org/third_party/mesa/src/docs/
contents.html 8 <!--Override a few values from the style sheet: -->
  /external/chromium_org/tools/gen_keyboard_overlay_data/
gen_keyboard_overlay_data.py 287 client.source = 'Spread Sheet'
307 sheets: A list of the sheet names to read data from.
318 # Hack to deal with sheet names like 'sv (Copy of fl)'
323 print 'Reading data from the sheet: %s' % list_feed.title.text
  /external/chromium_org/ui/base/test/
ui_cocoa_test_helper.mm 67 // attached sheet dropping in. Set that duration for the current

Completed in 295 milliseconds

1 2 3 4 5 67 8 91011>>