/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSViewportRule.h | 44 static PassRefPtr<CSSViewportRule> create(StyleRuleViewport* viewportRule, CSSStyleSheet* sheet) 46 return adoptRef(new CSSViewportRule(viewportRule, sheet));
|
CSSKeyframesRule.h | 69 static PassRefPtr<CSSKeyframesRule> create(StyleRuleKeyframes* rule, CSSStyleSheet* sheet) { return adoptRef(new CSSKeyframesRule(rule, sheet)); }
|
CSSStyleSheet.cpp | 44 StyleSheetCSSRuleList(CSSStyleSheet* sheet) : m_styleSheet(sheet) { } 71 PassRefPtr<CSSStyleSheet> CSSStyleSheet::create(PassRefPtr<StyleSheetContents> sheet, CSSImportRule* ownerRule) 73 return adoptRef(new CSSStyleSheet(sheet, ownerRule)); 76 PassRefPtr<CSSStyleSheet> CSSStyleSheet::create(PassRefPtr<StyleSheetContents> sheet, Node* ownerNode) 78 return adoptRef(new CSSStyleSheet(sheet, ownerNode, false, TextPosition::minimumPosition())); 84 RefPtr<StyleSheetContents> sheet = StyleSheetContents::create(baseURL.string(), parserContext); local 85 return adoptRef(new CSSStyleSheet(sheet.release(), ownerNode, true, startPosition));
|
CSSViewportRule.cpp | 41 CSSViewportRule::CSSViewportRule(StyleRuleViewport* viewportRule, CSSStyleSheet* sheet) 42 : CSSRule(sheet)
|
StyleSheetContents.cpp | 49 if (StyleSheetContents* sheet = m_importRules[i]->styleSheet()) 50 size += sheet->estimatedSizeInBytes(); 113 // It is not the original sheet anymore. 351 void StyleSheetContents::notifyLoadedSheet(const CSSStyleSheetResource* sheet) 353 ASSERT(sheet); 354 m_didLoadErrorOccur |= sheet->errorOccurred(); 476 void StyleSheetContents::registerClient(CSSStyleSheet* sheet) 478 ASSERT(!m_clients.contains(sheet)); 479 m_clients.append(sheet); 482 void StyleSheetContents::unregisterClient(CSSStyleSheet* sheet) [all...] |
/external/chromium/chrome/browser/resources/options/ |
options.html | 186 <div id="subpage-sheet-container-1" 187 class="subpage-sheet-container transparent" hidden> 188 <div id="subpage-sheet-1" class="subpage-sheet"> 190 <div class="subpage-sheet-contents"> 208 <div id="subpage-sheet-container-2" 209 class="subpage-sheet-container transparent" hidden> 210 <div id="subpage-sheet-2" class="subpage-sheet"> 212 <div class="subpage-sheet-contents" [all...] |
/external/chromium_org/chrome/browser/ |
user_style_sheet_watcher.cc | 22 // The subdirectory of the profile that contains the style sheet. 29 // UserStyleSheetLoader is responsible for loading the user style sheet on the 30 // file thread and sends a notification when the style sheet is loaded. It is 56 // Load the user style sheet on the file thread and convert it to a 73 // The user style sheet as a base64 data:// URL. 104 // We keep the user style sheet in a subdir so we can watch for changes 148 // the user style sheet.
|
/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/chromium_org/chrome/browser/ui/cocoa/constrained_window/ |
constrained_window_mac_browsertest.mm | 78 // Test that a sheet added to a inactive tab is not shown until the 121 // Test that adding a sheet disables tab dragging. 133 // Test that closing a browser window with a sheet works. 147 // Test that closing a tab with a sheet works. 161 // Test that adding a sheet disables fullscreen.
|
constrained_window_mac.mm | 24 id<ConstrainedWindowSheet> sheet) 27 sheet_([sheet retain]),
|
constrained_window_mac.h | 34 id<ConstrainedWindowSheet> sheet);
|
/external/chromium_org/third_party/WebKit/Source/core/loader/cache/ |
CSSStyleSheetResource.cpp | 98 // Decode the data to find out the encoding and keep the sheet text around during checkNotify() 171 void CSSStyleSheetResource::saveParsedStyleSheet(PassRefPtr<StyleSheetContents> sheet) 173 ASSERT(sheet && sheet->isCacheable()); 177 m_parsedStyleSheetCache = sheet;
|
/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/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/chromium_org/chrome/browser/resources/quick_office/ |
manifest_editor.json | 53 "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", 56 "application/vnd.ms-excel.sheet.macroEnabled.12"
|
manifest_viewing.json | 52 "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", 55 "application/vnd.ms-excel.sheet.macroEnabled.12"
|
/external/chromium_org/chrome/browser/ssl/ |
ssl_add_cert_handler_mac.mm | 31 // The new object will release itself when the sheet ends. 74 // Open the cert panel as a sheet on the browser window.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
profile_signin_confirmation_dialog_cocoa.mm | 78 base::scoped_nsobject<CustomConstrainedWindowSheet> sheet( 80 window_.reset(new ConstrainedWindowMac(this, web_contents, sheet));
|
tab_modal_confirm_dialog_mac.mm | 88 base::scoped_nsobject<CustomConstrainedWindowSheet> sheet( 91 window_.reset(new ConstrainedWindowMac(this, web_contents, 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_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_all_tabs_controller.h | 19 // A controller for the Bookmark All Tabs sheet which is presented upon
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ProcessingInstruction.idl | 29 readonly attribute StyleSheet sheet;
|