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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/loader/
PlaceholderDocument.cpp 31 void PlaceholderDocument::attach() function in class:WebCore::PlaceholderDocument
35 // Skipping Document::attach().
36 ContainerNode::attach();
PlaceholderDocument.h 40 virtual void attach();
  /frameworks/base/core/java/android/service/dreams/
IDreamService.aidl 23 void attach(IBinder windowToken);
  /external/webkit/Source/WebKit/mac/WebInspector/
WebInspectorFrontend.h 33 - (void)attach;
WebInspectorFrontend.mm 41 - (void)attach
WebNodeHighlight.h 47 - (void)attach;
  /frameworks/base/core/java/android/service/wallpaper/
IWallpaperService.aidl 25 void attach(IWallpaperConnection connection,
  /external/chromium/chrome/browser/history/
in_memory_database.cc 69 // Attach to the history database on disk. (We can't ATTACH in the middle of
71 sql::Statement attach(GetDB().GetUniqueStatement("ATTACH ? AS history"));
72 if (!attach) {
73 NOTREACHED() << "Unable to attach to history database.";
77 attach.BindString(0, history_name.value());
79 attach.BindString(0, WideToUTF8(history_name.value()));
81 if (!attach.Run()) {
  /external/webkit/Source/WebCore/html/
HTMLFrameElement.h 42 virtual void attach();
HTMLLIElement.h 41 virtual void attach();
HTMLNoScriptElement.h 37 virtual void attach();
HTMLNoScriptElement.cpp 45 void HTMLNoScriptElement::attach() function in class:WebCore::HTMLNoScriptElement
47 HTMLElement::attach();
ImageInputType.h 57 virtual void attach();
RadioInputType.h 51 virtual void attach();
HTMLViewSourceDocument.cpp 77 html->attach();
80 body->attach();
89 div->attach();
93 table->attach();
96 m_tbody->attach();
195 span->attach();
204 trow->attach();
212 td->attach();
220 td->attach();
226 lineNumberText->attach();
    [all...]
HTMLOptGroupElement.h 50 virtual void attach();
HTMLProgressElement.h 58 virtual void attach();
HTMLFrameElement.cpp 71 void HTMLFrameElement::attach() function in class:WebCore::HTMLFrameElement
73 HTMLFrameElementBase::attach();
  /external/webkit/Source/WebCore/wml/
WMLFormControlElement.h 46 virtual void attach();
WMLFormControlElement.cpp 64 void WMLFormControlElement::attach() function in class:WebCore::WMLFormControlElement
67 WMLElement::attach();
70 // to the base class's attach() because that can sometimes do a close
WMLImageElement.h 40 virtual void attach();
WMLOptGroupElement.h 45 virtual void attach();
  /external/webkit/Source/WebCore/inspector/front-end/
View.js 56 if (!this.element.parentNode && this.attach)
57 this.attach();
  /libcore/luni/src/main/java/java/nio/channels/
SelectionKey.java 65 * Attaches an object to this key. It is acceptable to attach {@code null},
69 * the object to attach, or {@code null} to discard the current
74 public final Object attach(Object anObject) { method in class:SelectionKey
  /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 1393 milliseconds

1 2 3 4 5 6 7 8 91011>>