/external/webkit/WebKitTools/Scripts/modules/ |
D | bugzilla.py | 148 attachment = {} 149 attachment['bug_id'] = bug_id 150 attachment['is_obsolete'] = (element.has_key('isobsolete') and element['isobsolete'] == "1") 151 attachment['is_patch'] = (element.has_key('ispatch') and element['ispatch'] == "1") 152 attachment['id'] = str(element.find('attachid').string) 153 attachment['url'] = self.attachment_url_for_id(attachment['id']) 154 attachment['name'] = unicode(element.find('desc').string) 155 attachment['type'] = str(element.find('type').string) 161 attachment['reviewer'] = reviewer.full_name 167 attachment['commit-queue'] = committer.full_name [all …]
|
D | bugzilla_unittest.py | 83 …attachment = bugzilla._parse_attachment_element(attachment_element, self._expected_example_attachm… 84 self.assertTrue(attachment) 87 …self.assertEquals(attachment[key], expected_value, ("Failure for key: %s: Actual='%s' Expected='%s…
|
/external/webkit/WebCore/accessibility/mac/ |
D | AccessibilityObjectMac.mm | 37 NSView* attachment = [wrapper() attachmentView]; 38 if (!attachment) 41 return [attachment accessibilityIsIgnored];
|
D | AccessibilityObjectWrapper.mm | 447 // remove inherited attachment from prior AXAttributedStringAppendReplaced 515 // add the attachment attribute 863 … // we want to return the attachment view instead of the object representing the attachment. 2167 // The attachment view should be returned, otherwise AX palindrome errors occur.
|
/external/webkit/WebCore/rendering/style/ |
D | FillLayer.h | 45 EFillAttachment attachment() const { return static_cast<EFillAttachment>(m_attachment); } in attachment() function 68 …void setAttachment(EFillAttachment attachment) { m_attachment = attachment; m_attachmentSet = true… in setAttachment()
|
/external/openssl/crypto/pkcs7/t/ |
D | nav-smime | 27 Content-Disposition: attachment; filename="smime.p7s" 89 Content-Disposition: attachment; filename="smime.p7s" 139 Content-Disposition: attachment; filename="smime.p7m"
|
/external/webkit/WebKit/mac/Misc/ |
D | WebNSAttributedStringExtras.mm | 140 … NSTextAttachment *attachment = [[NSTextAttachment alloc] initWithFileWrapper:fileWrapper]; 141 … [string appendAttributedString:[NSAttributedString attributedStringWithAttachment:attachment]]; 142 [attachment release];
|
D | WebNSPasteboardExtras.mm | 187 NSTextAttachment *attachment = [[NSTextAttachment alloc] initWithFileWrapper:wrapper]; 189 NSAttributedString *string = [NSAttributedString attributedStringWithAttachment:attachment]; 190 [attachment release];
|
/external/webkit/WebKit/win/ |
D | WebURLResponse.h | 84 /* [retval][out] */ BOOL *attachment);
|
D | WebURLResponse.cpp | 395 /* [retval][out] */ BOOL *attachment) in isAttachment() argument 397 *attachment = m_response.isAttachment(); in isAttachment()
|
/external/webkit/WebCore/css/ |
D | CSSPropertyNames.in | 12 background-attachment 207 -webkit-mask-attachment
|
D | CSSStyleSelector.cpp | 2910 HANDLE_BACKGROUND_VALUE(attachment, Attachment, value) in applyProperty() 2930 HANDLE_MASK_VALUE(attachment, Attachment, value) in applyProperty()
|
/external/webkit/WebKit/win/Interfaces/ |
D | IWebHTTPURLResponse.idl | 43 HRESULT isAttachment([out, retval] BOOL* attachment);
|
/external/webkit/WebCore/platform/mac/ |
D | PasteboardMac.mm | 263 NSTextAttachment *attachment = [[NSTextAttachment alloc] initWithFileWrapper:wrapper]; 265 NSAttributedString *string = [NSAttributedString attributedStringWithAttachment:attachment]; 266 [attachment release];
|
/external/webkit/WebKitTools/Scripts/ |
D | bugzilla-tool | 400 for attachment in attachments: 401 if not attachment['is_obsolete']: 402 tool.bugs.obsolete_attachment(attachment['id'])
|
/external/webkit/WebKitTools/iExploder/htdocs/ |
D | cssproperties.in | 62 -webkit-mask-attachment 104 background-attachment
|
/external/webkit/WebCore/bindings/objc/ |
D | DOMCSS.mm | 149 return [self getPropertyValue:@"background-attachment"]; 154 [self setProperty:@"background-attachment" value:backgroundAttachment priority:@""];
|
/external/bluetooth/glib/ |
D | README.in | 188 patch fixes an existing bug, add the patch as an attachment
|
/external/webkit/WebCore/rendering/ |
D | RenderBoxModelObject.cpp | 332 …bool clippedWithLocalScrolling = hasOverflowClip() && bgLayer->attachment() == LocalBackgroundAtta… in paintFillLayerExtended() 550 bool fixedAttachment = bgLayer->attachment() == FixedBackgroundAttachment; in calculateBackgroundImageGeometry()
|
/external/webkit/WebKit/ |
D | StringsNotToBeLocalized.txt | 441 "application/x-apple-msg-attachment"
|
/external/qemu/distrib/sdl-1.2.12/include/ |
D | SDL_opengl.h | 6529 typedef void (APIENTRYP PFNGLFRAMEBUFFERTEXTURE1DEXTPROC) (GLenum target, GLenum attachment, GLenum… 6530 typedef void (APIENTRYP PFNGLFRAMEBUFFERTEXTURE2DEXTPROC) (GLenum target, GLenum attachment, GLenum… 6531 typedef void (APIENTRYP PFNGLFRAMEBUFFERTEXTURE3DEXTPROC) (GLenum target, GLenum attachment, GLenum… 6532 typedef void (APIENTRYP PFNGLFRAMEBUFFERRENDERBUFFEREXTPROC) (GLenum target, GLenum attachment, GLe… 6533 …FNGLGETFRAMEBUFFERATTACHMENTPARAMETERIVEXTPROC) (GLenum target, GLenum attachment, GLenum pname, G…
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
D | WebFrameLoaderClient.mm | 1261 if (isTigerMail && mimeType == "application/x-apple-msg-attachment")
|
/external/webkit/WebKit/gtk/ |
D | ChangeLog | 5405 http://bugs.webkit.org/attachment.cgi?id=18099 6406 Fix http://bugs.webkit.org/attachment.cgi?id=17043&action=view
|
/external/webkit/WebCore/ |
D | ChangeLog-2007-10-14 | 8813 …<rdar://problem/5306171> Mail: The first return after an attachment in multipart/mixed message is … 9264 with ~5 MB text attachment 36822 …lem/5078453> AXNext/PrevLineEndTextMarkerForTextMarker returns kAXErrorNoValue for attachment range 43003 …ar://problem/4939536> AXLengthForTextMarkerRange returns zero length for the range of an attachment 43009 …Added helper routine to check if the replaced node should be exposed as an attachment character in… 43016 characters for range occupied by attachment. 43852 return early if value attribute is not supported by the attachment view. 43858 <rdar://problem/5145011> Allow attachment view of web object to handle accessibility actions 44465 …Invalid attributed string for attachment range obtained via AXPreviousWordStartTextMarkerForTextMa… 46076 Check that attachment supports the attribute before requesting it.
|
D | ChangeLog-2005-08-23 | 5454 …REGRESSION(denver): repro crash in KHTMLParser::finished() downloading attachment at webmail.mac.c… 15228 - fixed http://bugs.webkit.org/attachment.cgi?id=2483 15585 Manual test available at: http://bugs.webkit.org/attachment.cgi?id=2207 21625 …blem/4029225> REGRESSION (Mail): Crash if hit return after dragging in attachment - DeleteSelectio… 21835 …m/4032840> REGRESSION (Mail): crash in RemoveNodeCommand after pasting attachment at end of message 26303 …dar://problem/3952877> REGRESSION (Mail): Command-left/right-arrows don't work with file attachment 32534 … <rdar://problem/3839989> REGRESSION (Mail): Left arrow does nothing after inserting attachment 36846 …Simple tweak to background-attachment. Don't apply the slow repaint flag until after the whole st… 36847 …resolved, since while cascading someone may set the attachment to fixed but later override with sc…
|