HomeSort by relevance Sort by last modified time
    Searched full:sheet (Results 51 - 75 of 139) sorted by null

1 23 4 5 6

  /external/webkit/WebCore/css/
WebKitCSSKeyframesRule.cpp 62 // to recompute the style sheet to get the updated name.
svg.css 2 * The default style sheet used to render SVG.
wml.css 2 * The default style sheet used to render WML.
CSSStyleSelector.cpp 451 // FIXME: This sucks! The user sheet is reparsed every time!
472 StyleSheet* sheet = styleSheets->item(i); local
473 if (sheet->isCSSStyleSheet() && !sheet->disabled())
474 m_authorStyle->addRulesFromSheet(static_cast<CSSStyleSheet*>(sheet), *m_medium, this);
509 CSSStyleSheet* sheet = CSSStyleSheet::create().releaseRef(); // leak the sheet on purpose local
510 sheet->parseString(str);
511 return sheet;
558 // No need to initialize quirks sheet yet as there are no quirk rules for elements allowed in simple default style
    [all...]
MediaList.cpp 42 * DOM Level 2 Style Sheet spec (http://www.w3.org/TR/DOM-Level-2-Style/)
  /external/webkit/WebCore/dom/
DOMImplementation.cpp 270 RefPtr<CSSStyleSheet> sheet = CSSStyleSheet::create(); local
271 sheet->setMedia(MediaList::createAllowingDescriptionSyntax(sheet.get(), media));
272 return sheet.release();
Document.cpp 2106 const UserStyleSheet* sheet = sheets->at(i).get(); local
2646 StyleSheet* sheet = 0; local
    [all...]
  /external/webkit/WebKit/mac/Carbon/
CarbonWindowFrame.m 194 // If we just return NSZeroRect here, _NXMakeWindowVisible() gets all befuddled in the sheet-showing case, a window-moving loop is entered, and the sheet gets moved right off of the screen. M.P. Warning - 3/23/01
  /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/webkit/WebKit/mac/WebView/
WebPreferences.h 242 @discussion The location of the user style sheet.
248 @param URL The location of the user style sheet.
WebPolicyDelegate.h 69 with a sheet, for example.
WebResourceLoadDelegate.h 92 automatically by prompting with a sheet on the window that the WebView is associated with.
  /external/webkit/WebCore/loader/
CachedCSSStyleSheet.cpp 97 // Decode the data to find out the encoding and keep the sheet text around during checkNotify()
  /external/webkit/WebKit/win/Interfaces/
DOMCSS.idl 108 HRESULT parentStyleSheet([out, retval] IDOMCSSStyleSheet** sheet);
IWebPolicyDelegate.idl 72 with a sheet, for example.
IWebResourceLoadDelegate.idl 104 automatically by prompting with a sheet on the window that the WebView is associated with.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/
UiPropertySheetPage.java 35 * A customized property sheet page for the graphical layout editor.
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java 381 * Add the imports in the given sheet to the working importList vector.
402 // Get the direct imports of this sheet.
464 * @param sheet The stylesheet which will be located in the
469 public int getImportNumber(StylesheetComposed sheet)
472 if (this == sheet)
479 if (sheet == getGlobalImport(i))
    [all...]
Stylesheet.java 1318 Stylesheet sheet = this; local
    [all...]
  /external/grub/netboot/
tiara.c 10 Fujitsu MB86960 spec sheet (different chip but same family)
  /external/webkit/WebKitTools/DumpRenderTree/mac/
ResourceLoadDelegate.mm 211 // The call to -display here simulates the "Plug-in not found" sheet that Safari shows.
  /external/webkit/WebKitTools/WebKitLauncher/
Info.plist 21 <string>CSS style sheet</string>
  /external/icu4c/
icu4c.css 2 * Default CSS style sheet for the ICU4C Open Source readme
  /external/iproute2/
RELNOTES 20 doc: option to produce ps output for non-a4 and not only 2 pages/sheet.
  /external/webkit/WebCore/html/
HTMLBodyElement.cpp 344 // When moving body elements between documents, we should have to reset the parent sheet for any

Completed in 196 milliseconds

1 23 4 5 6