Home
last modified time | relevance | path

Searched refs:attach (Results 1 – 25 of 418) sorted by relevance

12345678910>>...17

/external/webkit/Source/WebCore/html/
DHTMLViewSourceDocument.cpp77 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 …]
DHTMLDetailsElement.cpp87 oldSummary->attach(); in refreshMainSummary()
92 m_mainSummary->attach(); in refreshMainSummary()
132 attach(); in parseMappedAttribute()
DHTMLPlugInImageElement.cpp129 attach(); in recalcStyle()
134 void HTMLPlugInImageElement::attach() in attach() function in WebCore::HTMLPlugInImageElement
141 HTMLPlugInElement::attach(); in attach()
DHTMLNoScriptElement.cpp45 void HTMLNoScriptElement::attach() in attach() function in WebCore::HTMLNoScriptElement
47 HTMLElement::attach(); in attach()
DHTMLFrameElement.cpp71 void HTMLFrameElement::attach() in attach() function in WebCore::HTMLFrameElement
73 HTMLFrameElementBase::attach(); in attach()
DHTMLOptGroupElement.cpp89 void HTMLOptGroupElement::attach() in attach() function in WebCore::HTMLOptGroupElement
93 HTMLFormControlElement::attach(); in attach()
DHTMLLIElement.cpp90 void HTMLLIElement::attach() in attach() function in WebCore::HTMLLIElement
94 HTMLElement::attach(); in attach()
DHTMLProgressElement.cpp83 void HTMLProgressElement::attach() in attach() function in WebCore::HTMLProgressElement
85 HTMLFormControlElement::attach(); in attach()
DImageInputType.cpp112 void ImageInputType::attach() in attach() function in WebCore::ImageInputType
114 BaseButtonInputType::attach(); in attach()
/external/llvm/test/BugPoint/
Dmetadata.ll8 ; 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/
Din_memory_database.cc71 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/
Dmetadata-a.ll4 ; 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/
Dzfstream.cc79 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()
Dzfstream.h76 attach(int fd,
297 attach(int fd,
386 attach(int fd,
/external/webkit/Source/WebCore/loader/
DPlaceholderDocument.cpp31 void PlaceholderDocument::attach() in attach() function in WebCore::PlaceholderDocument
36 ContainerNode::attach(); in attach()
/external/zlib/src/contrib/iostream/
Dzfstream.cpp60 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()
Dzfstream.h16 gzfilebuf *attach( int file_descriptor, int io_mode );
54 void attach( int fd, int io_mode );
/external/webkit/Source/WebCore/html/parser/
DHTMLConstructionSite.cpp86 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()
222attach(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/
DWMLFormControlElement.cpp64 void WMLFormControlElement::attach() in attach() function in WebCore::WMLFormControlElement
67 WMLElement::attach(); in attach()
DWMLOptGroupElement.cpp92 void WMLOptGroupElement::attach() in attach() function in WebCore::WMLOptGroupElement
96 WMLFormControlElement::attach(); in attach()
DWMLImageElement.cpp98 void WMLImageElement::attach() in attach() function in WebCore::WMLImageElement
100 WMLElement::attach(); in attach()
/external/webkit/Source/WebCore/inspector/front-end/
DView.js56 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/
DSelectionKeyTest.java103 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/
DDRTDevToolsAgent.cpp107 void DRTDevToolsAgent::attach(DRTDevToolsClient* client) in attach() function in DRTDevToolsAgent
113 agent->attach(); in attach()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitsoupauthdialog.c44 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

12345678910>>...17