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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/service/dreams/
IDreamService.aidl 23 void attach(IBinder windowToken);
  /external/chromium_org/third_party/WebKit/Source/core/html/
TelephoneInputType.cpp 44 void TelephoneInputType::attach() function in class:WebCore::TelephoneInputType
46 TextFieldInputType::attach();
TextInputType.cpp 47 void TextInputType::attach() function in class:WebCore::TextInputType
49 TextFieldInputType::attach();
URLInputType.cpp 46 void URLInputType::attach() function in class:WebCore::URLInputType
48 TextFieldInputType::attach();
TelephoneInputType.h 44 virtual void attach() OVERRIDE;
TextInputType.h 44 virtual void attach() OVERRIDE;
URLInputType.h 44 virtual void attach() OVERRIDE;
HTMLFrameElement.h 42 virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
HTMLLIElement.h 42 virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
EmailInputType.h 44 virtual void attach() OVERRIDE;
  /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()) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/
nonmultipart.py 18 def attach(self, payload):
23 'Cannot attach additional subparts to non-multipart/*')
17 def attach(self, payload): member in class:MIMENonMultipart
message.py 33 message.Message.attach(self, _msg)
multipart.py 32 attach new subparts to the message by using the attach() method.
46 self.attach(p)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/
nonmultipart.py 18 def attach(self, payload):
23 'Cannot attach additional subparts to non-multipart/*')
17 def attach(self, payload): member in class:MIMENonMultipart
message.py 33 message.Message.attach(self, _msg)
multipart.py 32 attach new subparts to the message by using the attach() method.
46 self.attach(p)
  /external/chromium_org/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"));
73 attach.BindString(0, history_name.value());
75 attach.BindString(0, WideToUTF8(history_name.value()));
77 if (!attach.Run())
  /external/chromium_org/third_party/skia/include/views/
SkOSWindow_Android.h 32 bool attach(SkBackEndTypes /* attachType */, int /* msaaSampleCount */, AttachmentInfo* info) { function in class:SkOSWindow
SkOSWindow_NaCl.h 32 bool attach(SkBackEndTypes /* attachType */, int /* msaaSampleCount */, AttachmentInfo* info) { function in class:SkOSWindow
SkOSWindow_iOS.h 30 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
  /external/skia/include/views/
SkOSWindow_Android.h 32 bool attach(SkBackEndTypes /* attachType */, int /* msaaSampleCount */, AttachmentInfo* info) { function in class:SkOSWindow
SkOSWindow_NaCl.h 32 bool attach(SkBackEndTypes /* attachType */, int /* msaaSampleCount */, AttachmentInfo* info) { function in class:SkOSWindow
SkOSWindow_iOS.h 30 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);

Completed in 1220 milliseconds

1 2 3 4 5 6 7 8 91011>>