Searched defs:attach (Results 1 - 25 of 69) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPseudoElement.cpp84 void PseudoElement::attach(const AttachContext& context) function in class:WebCore::PseudoElement
88 Element::attach(context);
H A DText.cpp307 void Text::attach(const AttachContext& context) function in class:WebCore::Text
310 CharacterData::attach(context);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFrameElement.cpp73 void HTMLFrameElement::attach(const AttachContext& context) function in class:WebCore::HTMLFrameElement
75 HTMLFrameElementBase::attach(context);
H A DHTMLLIElement.cpp81 void HTMLLIElement::attach(const AttachContext& context) function in class:WebCore::HTMLLIElement
83 HTMLElement::attach(context);
H A DHTMLFrameSetElement.cpp170 void HTMLFrameSetElement::attach(const AttachContext& context) function in class:WebCore::HTMLFrameSetElement
191 HTMLElement::attach(context);
H A DHTMLOptGroupElement.cpp91 void HTMLOptGroupElement::attach(const AttachContext& context) function in class:WebCore::HTMLOptGroupElement
93 HTMLElement::attach(context);
H A DHTMLFrameElementBase.cpp162 void HTMLFrameElementBase::attach(const AttachContext& context) function in class:WebCore::HTMLFrameElementBase
164 HTMLFrameOwnerElement::attach(context);
H A DHTMLProgressElement.cpp88 void HTMLProgressElement::attach(const AttachContext& context) function in class:WebCore::HTMLProgressElement
90 LabelableElement::attach(context);
H A DHTMLImageElement.cpp182 void HTMLImageElement::attach(const AttachContext& context) function in class:WebCore::HTMLImageElement
184 HTMLElement::attach(context);
H A DHTMLOptionElement.cpp83 void HTMLOptionElement::attach(const AttachContext& context) function in class:WebCore::HTMLOptionElement
85 HTMLElement::attach(context);
H A DHTMLVideoElement.cpp71 void HTMLVideoElement::attach(const AttachContext& context) function in class:WebCore::HTMLVideoElement
73 HTMLMediaElement::attach(context);
/external/chromium_org/third_party/WebKit/Source/heap/
H A DThreadState.cpp59 void ThreadState::attach(intptr_t* startOfStack) function in class:WebCore::ThreadState
/external/chromium_org/third_party/skia/include/views/
H A DSkOSWindow_NaCl.h32 bool attach(SkBackEndTypes /* attachType */, int /* msaaSampleCount */, AttachmentInfo* info) { function in class:SkOSWindow
/external/skia/include/views/
H A DSkOSWindow_NaCl.h32 bool attach(SkBackEndTypes /* attachType */, int /* msaaSampleCount */, AttachmentInfo* info) { function in class:SkOSWindow
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DPasswordGeneratorButtonElement.cpp100 void PasswordGeneratorButtonElement::attach(const AttachContext& context) function in class:WebCore::PasswordGeneratorButtonElement
102 HTMLDivElement::attach(context);
H A DTextControlInnerElements.cpp429 void InputFieldSpeechButtonElement::attach(const AttachContext& context) function in class:WebCore::InputFieldSpeechButtonElement
434 HTMLDivElement::attach(context);
/external/jmonkeyengine/engine/src/core/com/jme3/app/state/
H A DAppStateManager.java120 * @param state The state to attach
124 public boolean attach(AppState state){ method in class:AppStateManager
166 * @see AppStateManager#attach(com.jme3.app.state.AppState)
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGImageElement.cpp201 void SVGImageElement::attach(const AttachContext& context) function in class:WebCore::SVGImageElement
203 SVGGraphicsElement::attach(context);
/external/qemu/hw/
H A Dpcmcia.h22 int (*attach)(void *state); member in struct:PCMCIACardState
/external/zlib/src/contrib/iostream/
H A Dzfstream.cpp60 gzfilebuf *gzfilebuf::attach( int file_descriptor, function in class:gzfilebuf
261 void gzfilestream_common::attach( int fd, int io_mode ) { function in class:gzfilestream_common
263 if ( !buffer.attach( fd, io_mode) )
306 gzfilestream_common::attach( fd, io_mode );
326 gzfilestream_common::attach( fd, io_mode );
/external/zlib/src/contrib/iostream3/
H A Dzfstream.cc79 gzfilebuf::attach(int fd, function in class:gzfilebuf
94 // Attempt to attach to file
387 // Initialize stream buffer and attach to file
393 this->attach(fd, mode);
409 gzifstream::attach(int fd, function in class:gzifstream
412 if (!sb.attach(fd, mode | std::ios_base::in))
442 // Initialize stream buffer and attach to file
448 this->attach(fd, mode);
464 gzofstream::attach(int fd, function in class:gzofstream
467 if (!sb.attach(f
[all...]
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DTimedItem.h55 friend class Player; // Calls attach/detach, updateInheritedTime.
107 void attach(Player* player) function in class:WebCore::TimedItem
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DElementShadow.cpp183 void ElementShadow::attach(const Node::AttachContext& context) function in class:WebCore::ElementShadow
190 root->attach(childrenContext);
H A DInsertionPoint.cpp100 void InsertionPoint::attach(const AttachContext& context) function in class:WebCore::InsertionPoint
102 // We need to attach the distribution here so that they're inserted in the right order
108 m_distribution.at(i)->attach(context);
111 HTMLElement::attach(context);
H A DShadowRoot.cpp246 void ShadowRoot::attach(const AttachContext& context) function in class:WebCore::ShadowRoot
250 DocumentFragment::attach(context);

Completed in 789 milliseconds

123