OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setAttachment
(Results
1 - 6
of
6
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
FramebufferData.cpp
49
void FramebufferData::
setAttachment
(GLenum attachment,
195
setAttachment
(GL_COLOR_ATTACHMENT0_OES, GL_TEXTURE_2D, tex, ObjectDataPtr(NULL), true);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
AttachmentActionHandler.java
71
public void
setAttachment
(Attachment attachment) {
98
* {@link #
setAttachment
(Attachment)} immediately.
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
FillLayer.h
108
void
setAttachment
(EFillAttachment attachment) { m_attachment = attachment; m_attachmentSet = true; }
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppParams.java
231
setAttachment
(appParams[i] & 0x01); // Lower bit
633
public void
setAttachment
(int attachment) throws IllegalArgumentException {
[
all
...]
/packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java
110
// Errors from
setAttachment
()
428
public int
setAttachment
(int type, Uri dataUri, boolean append) {
430
LogTag.debug("
setAttachment
type=%d uri %s", type, dataUri);
437
// this function
setAttachment
with a type of TEXT and a null uri. Basically, it's turning
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js
452
setAttachment
: function(name, attachment)
[
all
...]
Completed in 506 milliseconds