HomeSort by relevance Sort by last modified time
    Searched refs:attach (Results 1 - 25 of 180) sorted by null

1 2 3 4 5 6 7 8

  /external/webkit/WebCore/loader/
PlaceholderDocument.cpp 34 void PlaceholderDocument::attach() function in class:WebCore::PlaceholderDocument
38 // Skipping Document::attach().
39 ContainerNode::attach();
PlaceholderDocument.h 40 virtual void attach();
  /external/webkit/WebCore/html/
HTMLNoScriptElement.h 37 virtual void attach();
HTMLLIElement.h 39 virtual void attach();
HTMLNoScriptElement.cpp 48 void HTMLNoScriptElement::attach() function in class:WebCore::HTMLNoScriptElement
50 HTMLElement::attach();
HTMLFrameElement.h 46 virtual void attach();
HTMLViewSourceDocument.cpp 72 html->attach();
75 body->attach();
84 div->attach();
88 table->attach();
91 m_tbody->attach();
217 span->attach();
226 trow->attach();
234 td->attach();
242 td->attach();
248 lineNumberText->attach();
    [all...]
HTMLEmbedElement.h 45 virtual void attach();
  /frameworks/base/core/java/android/service/wallpaper/
IWallpaperService.aidl 25 void attach(IWallpaperConnection connection,
  /external/webkit/WebCore/wml/
WMLFormControlElement.cpp 59 void WMLFormControlElement::attach() function in class:WebCore::WMLFormControlElement
62 WMLElement::attach();
65 // to the base class's attach() because that can sometimes do a close
WMLFormControlElement.h 44 virtual void attach();
WMLImageElement.h 38 virtual void attach();
WMLDoElement.h 40 virtual void attach();
WMLNoopElement.cpp 59 doElement->attach();
WMLOptionElement.h 44 virtual void attach();
  /development/simulator/app/
Semaphore.h 38 * Attach to an existing semaphore.
40 bool attach(int key);
LocalBiChannel.h 4 // Create or attach to a named bi-directional channel on the local machine.
19 * idea is to set one up with create() or attach to one with attach()
42 * Attach to a channel created by somebody else. Returns pipes.
44 bool attach(const char* name, Pipe** ppReadPipe, Pipe** ppWritePipe);
Shmem.h 36 * will make it impossible for others to attach to.
56 * Attach to a shared memory segment. Use this from the process that
61 bool attach(int key);
  /frameworks/base/core/java/android/app/
Application.java 70 /* package */ final void attach(Context context) { method in class:Application
  /external/webkit/WebCore/inspector/
InspectorFrontendHost.idl 36 void attach();
  /external/webkit/WebCore/inspector/front-end/
View.js 56 if (!this.element.parentNode && this.attach)
57 this.attach();
InspectorFrontendHostStub.js 56 attach: function()
  /dalvik/libcore/nio/src/main/java/java/nio/channels/
SelectionKey.java 68 * Attaches an object to this key. It is acceptable to attach {@code null},
72 * the object to attach, or {@code null} to discard the current
77 public final Object attach(Object anObject) { method in class:SelectionKey
  /external/webkit/WebKit/mac/WebInspector/
WebNodeHighlight.h 47 - (void)attach;
  /packages/apps/Mms/src/com/android/mms/transaction/
Observable.java 44 * Attach an observer to this object.
48 public void attach(Observer observer) { method in class:Observable

Completed in 575 milliseconds

1 2 3 4 5 6 7 8