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

12 3 4 5 6 7 8 91011>>

  /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/llvm/test/MC/Disassembler/AArch64/
basic-a64-undefined.txt 3 # Instructions notionally in the add/sub (extended register) sheet, but with
9 # Instructions notionally in the add/sub (immediate) sheet, but with
16 # Instructions notionally in the load/store (unsigned immediate) sheet.
26 # Instructions notionally in the logical (shifted register) sheet, but with out
30 # Instructions notionally in the move wide (immediate) sheet, but with out
  /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.
quirks.css 2 * Additonal style sheet used to render HTML pages in quirks mode.
  /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.
cookie_details_view_controller.h 15 // show cookies preference sheet of content settings preferences.
  /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.
  /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/chromium/chrome/browser/ui/cocoa/
certificate_viewer.mm 44 // The SFCertificatePanel releases itself when the sheet is dismissed.
page_info_bubble_controller.h 38 // information attaches itself as a sheet to the |parentWindow|.
repost_form_warning_mac.mm 73 NSWindow* window = [(NSAlert*)sheet() window];
  /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];
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutWindowCoordinator.java 41 * <li> If the Property Sheet and Outline Eclipse views are showing, it does nothing.
44 * <li> If just the outline is showing, then the property sheet is shown in a sashed
47 * <li> TBD: If just the property sheet is showing, should the outline be showed
51 * also includes the property sheet!
52 * <li> If the property sheet is not showing (which includes not showing in the outline
55 * area, the property sheet would have docked there).
57 * case, the property sheet and outline will show up inside the editor.
74 /** Is the Eclipse property sheet ViewPart open? */
225 * Syncs the given editor's view state such that the property sheet and or
227 * outline and property sheet views
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebDownload.idl 50 panel, as either a sheet or window. It provides no extra methods,
123 the right window when automatically prompting with a sheet.

Completed in 934 milliseconds

12 3 4 5 6 7 8 91011>>