HomeSort by relevance Sort by last modified time
    Searched refs:attach (Results 51 - 75 of 360) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLVideoElement.h 69 virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
HTMLFrameElementBase.cpp 162 void HTMLFrameElementBase::attach(const AttachContext& context) function in class:WebCore::HTMLFrameElementBase
164 HTMLFrameOwnerElement::attach(context);
HTMLProgressElement.cpp 88 void HTMLProgressElement::attach(const AttachContext& context) function in class:WebCore::HTMLProgressElement
90 LabelableElement::attach(context);
HTMLVideoElement.cpp 71 void HTMLVideoElement::attach(const AttachContext& context) function in class:WebCore::HTMLVideoElement
73 HTMLMediaElement::attach(context);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGImageElement.h 55 virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/heap/
ThreadState.cpp 59 void ThreadState::attach(intptr_t* startOfStack) function in class:WebCore::ThreadState
  /external/chromium_org/third_party/WebKit/public/web/
WebDevToolsAgent.h 60 virtual void attach() = 0;
  /external/chromium_org/third_party/skia/include/views/
SkOSWindow_Win.h 45 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
  /external/chromium_org/third_party/skia/src/views/mac/
SkNSView.h 49 - (bool)attach:(SkOSWindow::SkBackEndTypes)attachType withMSAASampleCount:(int) sampleCount andGetInfo:(SkOSWindow::AttachmentInfo*) info;
  /external/jmonkeyengine/engine/src/test/jme3test/app/state/
TestAppStates.java 65 stateManager.attach(state);
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestCollisionListener.java 63 stateManager.attach(bulletAppState);
  /external/qemu/hw/
pcmcia.h 22 int (*attach)(void *state); member in struct:PCMCIACardState
  /external/skia/include/views/
SkOSWindow_Win.h 45 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
  /external/skia/src/views/mac/
SkNSView.h 49 - (bool)attach:(SkOSWindow::SkBackEndTypes)attachType withMSAASampleCount:(int) sampleCount andGetInfo:(SkOSWindow::AttachmentInfo*) info;
  /frameworks/base/core/java/android/app/
FragmentTransaction.java 109 * Re-attach a fragment after it had previously been deatched from
118 public abstract FragmentTransaction attach(Fragment fragment); method in class:FragmentTransaction
  /frameworks/support/v4/java/android/support/v4/app/
FragmentTransaction.java 123 * Re-attach a fragment after it had previously been deatched from
132 public abstract FragmentTransaction attach(Fragment fragment); method in class:FragmentTransaction
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SelectionKeyTest.java 97 * @tests java.nio.channels.SelectionKey#attach(Object)
103 Object check = mockSelectionKey.attach(o);
107 check = mockSelectionKey.attach(null);
110 check = mockSelectionKey.attach(o);
121 mockSelectionKey.attach(o);
  /libcore/luni/src/main/java/java/nio/
SelectionKeyImpl.java 45 attach(attachment);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLFramebuffer.cpp 59 virtual void attach(GraphicsContext3D*, GC3Denum attachment);
129 void WebGLRenderbufferAttachment::attach(GraphicsContext3D* context, GC3Denum attachment) function in class:WebCore::__anon10673::WebGLRenderbufferAttachment
172 virtual void attach(GraphicsContext3D*, GC3Denum attachment);
240 void WebGLTextureAttachment::attach(GraphicsContext3D* context, GC3Denum attachment) function in class:WebCore::__anon10673::WebGLTextureAttachment
327 void WebGLFramebuffer::attach(GC3Denum attachment, GC3Denum attachmentPoint) function in class:WebCore::WebGLFramebuffer
332 attachmentObject->attach(context()->graphicsContext3D(), attachmentPoint);
448 attach(GL_DEPTH_ATTACHMENT, GL_DEPTH_ATTACHMENT);
449 attach(GL_STENCIL_ATTACHMENT, GL_STENCIL_ATTACHMENT);
452 attach(GC3D_DEPTH_STENCIL_ATTACHMENT_WEBGL, GL_DEPTH_ATTACHMENT);
455 attach(GC3D_DEPTH_STENCIL_ATTACHMENT_WEBGL, GL_STENCIL_ATTACHMENT)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 214 def attach(self, canvas, x=10, y=10): member in class:Icon
300 source.attach(self.canvas, x, y)
315 i1.attach(t1.canvas)
316 i2.attach(t2.canvas)
317 i3.attach(t3.canvas)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 214 def attach(self, canvas, x=10, y=10): member in class:Icon
300 source.attach(self.canvas, x, y)
315 i1.attach(t1.canvas)
316 i2.attach(t2.canvas)
317 i3.attach(t3.canvas)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_bb.cpp 104 bb->cfg.attach(&pol.get(obb)->cfg, it.getType());
295 BasicBlock::splitCommon(Instruction *insn, BasicBlock *bb, bool attach)
311 bb->cfg.attach(e->getTarget(), e->getType());
321 if (attach)
322 this->cfg.attach(&bb->cfg, Graph::Edge::TREE);
326 BasicBlock::splitBefore(Instruction *insn, bool attach)
331 splitCommon(insn, bb, attach);
336 BasicBlock::splitAfter(Instruction *insn, bool attach)
344 splitCommon(insn ? insn->next : NULL, bb, attach);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_bb.cpp 104 bb->cfg.attach(&pol.get(obb)->cfg, it.getType());
295 BasicBlock::splitCommon(Instruction *insn, BasicBlock *bb, bool attach)
311 bb->cfg.attach(e->getTarget(), e->getType());
321 if (attach)
322 this->cfg.attach(&bb->cfg, Graph::Edge::TREE);
326 BasicBlock::splitBefore(Instruction *insn, bool attach)
331 splitCommon(insn, bb, attach);
336 BasicBlock::splitAfter(Instruction *insn, bool attach)
344 splitCommon(insn ? insn->next : NULL, bb, attach);
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_titlebar_view_cocoa.h 78 - (void)attach;
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
ImeAdapter.java 62 attach(mNativeImeAdapter, sTextInputTypeNone, AdapterInputConnection.INVALID_SELECTION, method
226 attach(nativeImeAdapter, textInputType, selectionStart, selectionEnd); method
237 public void attach(long nativeImeAdapter, int textInputType, int selectionStart, method in class:ImeAdapter
256 public void attach(long nativeImeAdapter) { method in class:ImeAdapter

Completed in 470 milliseconds

1 23 4 5 6 7 8 91011>>