HomeSort by relevance Sort by last modified time
    Searched full:sheet (Results 26 - 50 of 269) sorted by null

12 3 4 5 6 7 8 91011

  /external/chromium/chrome/browser/ui/cocoa/
ssl_client_certificate_selector.mm 40 // As required by ConstrainedWindowMacDelegate, close the sheet if
43 [NSApp endSheet:sheet()
61 [NSValue valueWithPointer:sheet()],
191 // sheet is open. Don't release the ownership claim until the sheet has ended
certificate_viewer.mm 44 // The SFCertificatePanel releases itself when the sheet is dismissed.
  /external/chromium/chrome/browser/ui/login/
login_prompt_mac.mm 87 // Close sheet if it's still open, as required by
90 [NSApp endSheet:sheet()];
160 - (void)sheetDidEnd:(NSWindow*)sheet
163 [sheet orderOut:self];
164 // Also called when user navigates to another page while the sheet is open.
  /external/webkit/Source/WebCore/css/
CSSImportRule.cpp 57 void CSSImportRule::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CachedCSSStyleSheet* sheet)
78 String sheetText = sheet->sheetText(enforceMIMEType, &validMIMEType);
142 // if the import rule is issued dynamically, the sheet may be
143 // removed from the pending sheet count, so let the doc know
144 // the sheet being imported is pending.
  /external/webkit/Source/WebCore/html/
HTMLStyleElement.cpp 104 if (StyleSheet* styleSheet = const_cast<HTMLStyleElement*>(this)->sheet())
110 StyleSheet* styleSheet = sheet();
119 if (StyleSheet* styleSheet = sheet())
HTMLLinkElement.idl 35 readonly attribute StyleSheet sheet;
HTMLStyleElement.idl 29 readonly attribute StyleSheet sheet;
HTMLLinkElement.cpp 92 // If we change the disabled state while the sheet is still loading, then we have to
95 // Check #1: The sheet becomes disabled while loading.
99 // Check #2: An alternate sheet becomes enabled while it is still loading.
103 // Check #3: A main sheet becomes enabled while it was still loading and
111 // If the sheet is already loading just bail.
115 // Load the sheet, since it's never been loaded before.
123 StyleSheet* HTMLLinkElement::sheet() const function in class:WebCore::HTMLLinkElement
360 void HTMLLinkElement::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CachedCSSStyleSheet* sheet)
388 String sheetText = sheet->sheetText(enforceMIMEType, &validMIMEType);
503 if (StyleSheet* styleSheet = const_cast<HTMLLinkElement*>(this)->sheet())
    [all...]
HTMLLinkElement.h 77 StyleSheet* sheet() const;
99 virtual void setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CachedCSSStyleSheet* sheet);
  /external/chromium/chrome/browser/ssl/
ssl_add_cert_handler_mac.mm 32 // The new object will release itself when the sheet ends.
75 // Open the cert panel as a sheet on the browser window.
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
collected_cookies_mac.h 27 void OnSheetDidEnd(NSWindow* sheet);
106 // Closes the sheet and ends the modal loop. This will also cleanup the memory.
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8StyleSheetListCustom.cpp 49 // Search style sheet.
55 return toV8(item->sheet());
  /external/webkit/Source/WebKit/mac/Misc/
WebDownload.h 39 panel, as either a sheet or window. It provides no extra methods,
55 the right window when automatically prompting with a sheet.
  /cts/tests/tests/webkitsecurity/assets/
import-crash.html 28 This test simply loads a sheet using @import that contains keyframes, to see if https://bugs.webkit.org/show_bug.cgi?id=20855
large-list-of-rules-crash.html 19 <!-- loading a linked style sheet causes the list of CSS Rules to be rebuilt,
stale-style-selector-crash-1.html 29 inline.sheet.deleteRule(0);
stale-style-selector-crash-2.html 27 inline.sheet.deleteRule(0);
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_all_tabs_controller.h 20 // A controller for the Bookmark All Tabs sheet which is presented upon
  /external/dexmaker/javadoc/
stylesheet.css 1 /* Javadoc style sheet */
  /external/jsr305/javadoc/
stylesheet.css 1 /* Javadoc style sheet */
  /external/webkit/Source/WebCore/dom/
ProcessingInstruction.idl 32 readonly attribute StyleSheet sheet;
StyleElement.h 40 StyleSheet* sheet() const { return m_sheet.get(); } function in class:WebCore::StyleElement
  /external/webkit/Tools/MiniBrowser/mac/
AppDelegate.m 249 - (void)openPanelDidEnd:(NSOpenPanel *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo
251 [sheet autorelease];
252 if (returnCode != NSOKButton || ![[sheet filenames] count])
255 NSString* filePath = [[sheet filenames] objectAtIndex:0];
  /frameworks/base/docs/html/guide/google/gcm/client-javadoc/
stylesheet.css 1 /* Javadoc style sheet */
  /frameworks/base/docs/html/guide/google/gcm/server-javadoc/
stylesheet.css 1 /* Javadoc style sheet */

Completed in 763 milliseconds

12 3 4 5 6 7 8 91011