/external/webkit/Source/WebCore/html/ |
D | HTMLViewSourceDocument.cpp | 77 html->attach(); in createContainingTable() 80 body->attach(); in createContainingTable() 89 div->attach(); in createContainingTable() 93 table->attach(); in createContainingTable() 96 m_tbody->attach(); in createContainingTable() 195 span->attach(); in addSpanWithClassName() 204 trow->attach(); in addLine() 212 td->attach(); in addLine() 220 td->attach(); in addLine() 226 lineNumberText->attach(); in addLine() [all …]
|
D | HTMLDetailsElement.cpp | 87 oldSummary->attach(); in refreshMainSummary() 92 m_mainSummary->attach(); in refreshMainSummary() 132 attach(); in parseMappedAttribute()
|
D | HTMLPlugInImageElement.cpp | 129 attach(); in recalcStyle() 134 void HTMLPlugInImageElement::attach() in attach() function in WebCore::HTMLPlugInImageElement 141 HTMLPlugInElement::attach(); in attach()
|
D | HTMLNoScriptElement.cpp | 45 void HTMLNoScriptElement::attach() in attach() function in WebCore::HTMLNoScriptElement 47 HTMLElement::attach(); in attach()
|
D | HTMLFrameElement.cpp | 71 void HTMLFrameElement::attach() in attach() function in WebCore::HTMLFrameElement 73 HTMLFrameElementBase::attach(); in attach()
|
D | HTMLOptGroupElement.cpp | 89 void HTMLOptGroupElement::attach() in attach() function in WebCore::HTMLOptGroupElement 93 HTMLFormControlElement::attach(); in attach()
|
D | HTMLLIElement.cpp | 90 void HTMLLIElement::attach() in attach() function in WebCore::HTMLLIElement 94 HTMLElement::attach(); in attach()
|
D | HTMLProgressElement.cpp | 83 void HTMLProgressElement::attach() in attach() function in WebCore::HTMLProgressElement 85 HTMLFormControlElement::attach(); in attach()
|
D | ImageInputType.cpp | 112 void ImageInputType::attach() in attach() function in WebCore::ImageInputType 114 BaseButtonInputType::attach(); in attach()
|
/external/llvm/test/BugPoint/ |
D | metadata.ll | 8 ; CHECK: call void @foo(), !dbg !0, !attach !2 15 %s = mul i8 22, 9, !attach !0, !dbg !10 16 store i8 %s, i8* %b, !attach !1, !dbg !11 17 call void @foo(), !attach !2, !dbg !12 18 store i32 7, i32* %a, !attach !3, !dbg !13 19 %t = add i32 0, 5, !attach !4, !dbg !14
|
/external/chromium/chrome/browser/history/ |
D | in_memory_database.cc | 71 sql::Statement attach(GetDB().GetUniqueStatement("ATTACH ? AS history")); in InitFromDisk() local 72 if (!attach) { in InitFromDisk() 77 attach.BindString(0, history_name.value()); in InitFromDisk() 79 attach.BindString(0, WideToUTF8(history_name.value())); in InitFromDisk() 81 if (!attach.Run()) { in InitFromDisk()
|
/external/llvm/test/Linker/ |
D | metadata-a.ll | 4 ; CHECK: ret void, !attach !0, !also !{i32 %a} 6 ; CHECK: ret void, !attach !1, !and !{i32 %b} 12 ret void, !attach !0, !also !{ i32 %a }
|
/external/zlib/src/contrib/iostream3/ |
D | zfstream.cc | 79 gzfilebuf::attach(int fd, in attach() function in gzfilebuf 393 this->attach(fd, mode); in gzifstream() 409 gzifstream::attach(int fd, in attach() function in gzifstream 412 if (!sb.attach(fd, mode | std::ios_base::in)) in attach() 448 this->attach(fd, mode); in gzofstream() 464 gzofstream::attach(int fd, in attach() function in gzofstream 467 if (!sb.attach(fd, mode | std::ios_base::out)) in attach()
|
D | zfstream.h | 76 attach(int fd, 297 attach(int fd, 386 attach(int fd,
|
/external/webkit/Source/WebCore/loader/ |
D | PlaceholderDocument.cpp | 31 void PlaceholderDocument::attach() in attach() function in WebCore::PlaceholderDocument 36 ContainerNode::attach(); in attach()
|
/external/zlib/src/contrib/iostream/ |
D | zfstream.cpp | 60 gzfilebuf *gzfilebuf::attach( int file_descriptor, in attach() function in gzfilebuf 261 void gzfilestream_common::attach( int fd, int io_mode ) { in attach() function in gzfilestream_common 263 if ( !buffer.attach( fd, io_mode) ) in attach() 306 gzfilestream_common::attach( fd, io_mode ); in gzifstream() 326 gzfilestream_common::attach( fd, io_mode ); in gzofstream()
|
D | zfstream.h | 16 gzfilebuf *attach( int file_descriptor, int io_mode ); 54 void attach( int fd, int io_mode );
|
/external/webkit/Source/WebCore/html/parser/ |
D | HTMLConstructionSite.cpp | 86 PassRefPtr<ChildType> HTMLConstructionSite::attach(ContainerNode* rawParent, PassRefPtr<ChildType> … in attach() function in WebCore::HTMLConstructionSite 108 child->attach(); in attach() 127 child->attach(); in attachAtSite() 181 m_openElements.pushHTMLHtmlElement(attach<Element>(m_attachmentRoot, element.get())); in insertHTMLHtmlStartTagBeforeHTML() 222 …attach(m_attachmentRoot, DocumentType::create(m_document, token.name(), String::adopt(token.public… in insertDoctype() 242 attach(currentNode(), Comment::create(currentNode()->document(), token.comment())); in insertComment() 248 attach(m_attachmentRoot, Comment::create(m_document, token.comment())); in insertCommentOnDocument() 255 attach(parent, Comment::create(parent->document(), token.comment())); in insertCommentOnHTMLHtmlElement() 260 return attach(currentNode(), child); in attachToCurrent()
|
/external/webkit/Source/WebCore/wml/ |
D | WMLFormControlElement.cpp | 64 void WMLFormControlElement::attach() in attach() function in WebCore::WMLFormControlElement 67 WMLElement::attach(); in attach()
|
D | WMLOptGroupElement.cpp | 92 void WMLOptGroupElement::attach() in attach() function in WebCore::WMLOptGroupElement 96 WMLFormControlElement::attach(); in attach()
|
D | WMLImageElement.cpp | 98 void WMLImageElement::attach() in attach() function in WebCore::WMLImageElement 100 WMLElement::attach(); in attach()
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | View.js | 56 if (!this.element.parentNode && this.attach) 57 this.attach();
|
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/ |
D | SelectionKeyTest.java | 103 Object check = mockSelectionKey.attach(o); in test_attach() 107 check = mockSelectionKey.attach(null); in test_attach() 110 check = mockSelectionKey.attach(o); in test_attach() 121 mockSelectionKey.attach(o); in test_attachment()
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | DRTDevToolsAgent.cpp | 107 void DRTDevToolsAgent::attach(DRTDevToolsClient* client) in attach() function in DRTDevToolsAgent 113 agent->attach(); in attach()
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitsoupauthdialog.c | 44 static void attach(SoupSessionFeature* manager, SoupSession* session); 93 feature_interface->attach = attach; in webkit_soup_auth_dialog_session_feature_init() 362 static void attach(SoupSessionFeature* manager, SoupSession* session) in attach() function
|