Searched refs:attach (Results 1 - 25 of 198) sorted by relevance

12345678

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFrameElement.cpp61 void HTMLFrameElement::attach(const AttachContext& context) function in class:blink::HTMLFrameElement
63 HTMLFrameElementBase::attach(context);
H A DHTMLFrameElement.h43 virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
H A DHTMLLIElement.h42 virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
H A DHTMLOptGroupElement.h53 virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
H A DHTMLProgressElement.h65 virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
H A DHTMLLIElement.cpp78 void HTMLLIElement::attach(const AttachContext& context) function in class:blink::HTMLLIElement
80 HTMLElement::attach(context);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DTransportWrapper.java69 public void attach(String address, long attachTimeout, long handshakeTimeout) throws IOException; method in interface:TransportWrapper
/external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/live-headers/
H A Dbackground.js6 chrome.debugger.attach({tabId:tab.id}, version,
/external/chromium_org/components/history/core/browser/
H A Din_memory_database.cc71 sql::Statement attach(GetDB().GetUniqueStatement("ATTACH ? AS history"));
73 attach.BindString(0, history_name.value());
75 attach.BindString(0, base::WideToUTF8(history_name.value()));
77 if (!attach.Run())
/external/chromium_org/third_party/skia/include/views/
H A DSkOSWindow_Android.h32 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo* info);
H A DSkOSWindow_NaCl.h32 bool attach(SkBackEndTypes /* attachType */, int /* msaaSampleCount */, AttachmentInfo* info) { function in class:SkOSWindow
H A DSkOSWindow_iOS.h30 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
H A DSkOSWindow_Mac.h35 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
H A DSkOSWindow_Unix.h46 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
/external/skia/include/views/
H A DSkOSWindow_Android.h32 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo* info);
H A DSkOSWindow_NaCl.h32 bool attach(SkBackEndTypes /* attachType */, int /* msaaSampleCount */, AttachmentInfo* info) { function in class:SkOSWindow
H A DSkOSWindow_iOS.h30 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
H A DSkOSWindow_Mac.h35 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
H A DSkOSWindow_Unix.h46 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
/external/strace/test/
H A Dubi.c29 struct ubi_attach_req attach; local
40 ioctl(fd, UBI_IOCATT, &attach);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPseudoElement.h43 virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/platform/
H A DWebThreadSupportingGC.cpp34 ThreadState::attach();
/external/chromium_org/third_party/skia/src/views/mac/
H A DSkOSWindow_Mac.mm68 bool SkOSWindow::attach(SkBackEndTypes attachType, int sampleCount, AttachmentInfo* info) {
69 return [(SkNSView*)fHWND attach:attachType withMSAASampleCount:sampleCount andGetInfo:info];
/external/skia/src/views/mac/
H A DSkOSWindow_Mac.mm68 bool SkOSWindow::attach(SkBackEndTypes attachType, int sampleCount, AttachmentInfo* info) {
69 return [(SkNSView*)fHWND attach:attachType withMSAASampleCount:sampleCount andGetInfo:info];
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLFramebuffer.h59 virtual void attach(blink::WebGraphicsContext3D*, GLenum attachment) = 0;
119 // attach 'attachment' at 'attachmentPoint'.
120 void attach(GLenum attachment, GLenum attachmentPoint);

Completed in 605 milliseconds

12345678