/external/webkit/WebCore/bindings/js/ |
WorkerScriptController.cpp | 55 m_globalData->clientData = new WebCoreJSClientData(m_globalData.get()); 74 ProtectedPtr<JSWorkerContextPrototype> workerContextPrototype = new (m_globalData.get()) JSWorkerContextPrototype(workerContextPrototypeStructure.release()); 78 ProtectedPtr<JSDedicatedWorkerContextPrototype> dedicatedContextPrototype = new (m_globalData.get()) JSDedicatedWorkerContextPrototype(dedicatedContextPrototypeStructure.release()); 81 m_workerContextWrapper = new (m_globalData.get()) JSDedicatedWorkerContext(structure.release(), m_workerContext->toDedicatedWorkerContext()); 86 ProtectedPtr<JSSharedWorkerContextPrototype> sharedContextPrototype = new (m_globalData.get()) JSSharedWorkerContextPrototype(sharedContextPrototypeStructure.release()); 89 m_workerContextWrapper = new (m_globalData.get()) JSSharedWorkerContext(structure.release(), m_workerContext->toSharedWorkerContext());
|
/external/webkit/WebCore/dom/ |
CharacterData.cpp | 43 if (equal(m_data.get(), dataImpl)) 56 dispatchModifiedEvent(oldStr.get()); 84 dispatchModifiedEvent(oldStr.get()); 105 dispatchModifiedEvent(oldStr.get()); 134 dispatchModifiedEvent(oldStr.get()); 164 dispatchModifiedEvent(oldStr.get());
|
/external/webkit/WebCore/inspector/ |
JavaScriptProfileNode.cpp | 63 return JSValueMakeString(ctx, functionNameString.get()); 73 return JSValueMakeString(ctx, urlString.get()); 132 JSValueRef arrayProperty = JSObjectGetProperty(ctx, global, arrayString.get(), exception); 146 JSValueRef pushProperty = JSObjectGetProperty(ctx, result, pushString.get(), exception); 156 JSValueRef arg0 = toRef(exec, toJS(exec, (*it).get() )); 223 JSObject* profileNodeWrapper = profileNodeCache().get(profileNode);
|
/external/webkit/WebCore/loader/ |
MediaDocument.cpp | 91 m_mediaElement = static_cast<HTMLVideoElement*>(mediaElement.get()); 180 if (nodeList.get()->length() > 0) 181 video = static_cast<HTMLVideoElement*>(nodeList.get()->item(0)); 220 if (nodeList.get()->length() > 0) { 221 HTMLVideoElement* videoElement = static_cast<HTMLVideoElement*>(nodeList.get()->item(0)); 224 HTMLEmbedElement* embedElement = static_cast<HTMLEmbedElement*>(element.get());
|
/external/webkit/WebCore/platform/graphics/cg/ |
PDFDocumentImage.cpp | 74 // to wrap itself inside CFData to get around this, ensuring that ImageIO is really looking at the SharedBuffer. 76 RetainPtr<CGDataProviderRef> dataProvider(AdoptCF, CGDataProviderCreateWithCFData(data.get())); 85 m_document = CGPDFDocumentCreateWithProvider(dataProvider.get()); 130 // get media box (guaranteed) 133 // get crop box (not always there). if not, use media box 140 // get page rotation angle
|
/external/webkit/WebCore/platform/graphics/filters/ |
FEBlend.cpp | 53 return m_in2.get(); 128 unsigned char alphaA = srcPixelArrayA->get(pixelOffset + 3); 129 unsigned char alphaB = srcPixelArrayB->get(pixelOffset + 3); 131 unsigned char colorA = srcPixelArrayA->get(pixelOffset + channel); 132 unsigned char colorB = srcPixelArrayB->get(pixelOffset + channel); 141 resultImage()->putPremultipliedImageData(imageData.get(), imageRect, IntPoint());
|
/external/webkit/WebCore/platform/graphics/mac/ |
GraphicsContextMac.mm | 52 CGContextAddPath(context, focusRingPath.get()); 53 wkDrawFocusRing(context, colorRef.get(), radius); 73 CGPathAddPath(focusRingPath.get(), 0, paths[i].platformPath()); 92 CGPathAddRect(focusRingPath.get(), 0, CGRectInset(rects[i], -offset, -offset)); 139 patternColor = grammarPatternColor.get(); 146 patternColor = spellingPatternColor.get();
|
/external/webkit/WebCore/platform/graphics/win/ |
FontPlatformDataCGWin.cpp | 49 RetainPtr<CFStringRef> result = nameMap.get(faceString); 51 return result.get(); 107 return result.get(); 122 m_cgFont.adoptCF(CGFontCreateWithFontName(fullName.get())); 124 CFStringRef postScriptName = getPostScriptName(fullName.get(), hdc); 133 wkSetFontPlatformInfo(m_cgFont.get(), logfont, free);
|
/external/webkit/WebCore/svg/graphics/ |
SVGResourceFilter.cpp | 75 effectAttributes->setStandardAttributes(this, effect.get()); 128 lastEffect->calculateEffectRect(m_filter.get()); 133 lastEffect->calculateEffectRect(m_filter.get()); 140 // Draw the content of the current element and it's childs to a imageBuffer to get the SourceGraphic. 145 if (!sourceGraphic.get()) 174 lastEffect->apply(m_filter.get());
|
/external/webkit/WebCore/svg/graphics/filters/ |
SVGFEMorphology.cpp | 118 unsigned char columnExtrema = srcPixelArray->get(startY * effectWidth + 4 * j + channel); 120 unsigned char pixel = srcPixelArray->get(i * effectWidth + 4 * j + channel); 128 // Kernel is filled, get extrema of next column 131 unsigned char columnExtrema = srcPixelArray->get(startY * effectWidth + endX * 4 + channel); 133 unsigned char pixel = srcPixelArray->get(i * effectWidth + endX * 4 + channel); 152 resultImage()->putPremultipliedImageData(imageData.get(), imageRect, IntPoint());
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
InspectorClientGtk.cpp | 101 GOwnPtr<gchar> fullPath(g_strdup_printf("%s/WebCore/inspector/front-end/inspector.html", currentDirectory.get())); 102 inspectorURI.set(g_filename_to_uri(fullPath.get(), NULL, NULL)); 106 webkit_web_view_load_uri(m_webView, inspectorURI.get()); 120 GOwnPtr<gchar> fullPath(g_strdup_printf("%s/WebCore/English.lproj/localizedStrings.js", currentDirectory.get())); 121 URL.set(g_filename_to_uri(fullPath.get(), NULL, NULL)); 126 return String::fromUTF8(URL.get());
|
/external/webkit/WebKit/win/ |
WebNotificationCenter.cpp | 128 IUnknown* observedObject = it2->first.get(); 129 IWebNotificationObserver* observer = it2->second.get(); 176 postNotificationInternal(notification, name, obj.get()); 188 postNotificationInternal(notification.get(), notificationName, anObject); 207 IUnknown* observedObject = it2->first.get(); 208 IWebNotificationObserver* observer = it2->second.get();
|
/frameworks/base/awt/org/apache/harmony/x/imageio/stream/ |
RandomAccessMemoryCache.java | 63 byte[] block = blocks.get((int)(pos >> BLOCK_SHIFT)); 81 byte[] block = blocks.get((int)(pos >> BLOCK_SHIFT)); 96 byte[] block = blocks.get((int)(pos >> BLOCK_SHIFT)); 115 byte[] block = blocks.get((int)(pos >> BLOCK_SHIFT)); 182 byte[] block = blocks.get(blockIdx); 217 byte[] block = blocks.get(blockIdx);
|
/frameworks/base/docs/html/guide/tutorials/views/ |
hello-datepicker.jd | 65 // get the current date 67 mYear = c.get(Calendar.YEAR); 68 mMonth = c.get(Calendar.MONTH); 69 mDay = c.get(Calendar.DAY_OF_MONTH); 78 <code>onCreate()</code> method, we get prepared by setting the layout and capturing the View elements. 83 instance of {@link java.util.Calendar} and get the current year, month and day. Finally, we call
|
/frameworks/base/graphics/java/android/renderscript/ |
Matrix4f.java | 34 public float get(int i, int j) { method in class:Matrix4f 127 float rhs_ij = rhs.get(i,j); 128 ri0 += lhs.get(j,0) * rhs_ij; 129 ri1 += lhs.get(j,1) * rhs_ij; 130 ri2 += lhs.get(j,2) * rhs_ij; 131 ri3 += lhs.get(j,3) * rhs_ij;
|
/frameworks/base/include/utils/ |
SharedBuffer.h | 48 //! get the SharedBuffer from the data pointer 57 //! get size of the buffer 60 //! get back a SharedBuffer object from its data 63 //! get back a SharedBuffer object from its data 66 //! get the size of a SharedBuffer object from its data 69 //! edit the buffer (get a writtable, or non-const, version of it)
|
/frameworks/base/media/java/android/drm/mobile1/ |
DrmRightsManager.java | 74 * Get the DrmRightsManager instance. 140 * Get the list of all DRM rights saved in local client. 147 /* call native method to get how many rights object in current agent */ 160 /* call native method to get all the rights information */ 215 * native method: get how many rights object in current DRM agent. 223 * native method: get all the rights object in current local agent.
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
OverrideMethod.java | 74 MethodListener i = sMethods.get(signature); 87 MethodListener i = sMethods.get(signature); 101 MethodListener i = sMethods.get(signature); 115 MethodListener i = sMethods.get(signature); 129 MethodListener i = sMethods.get(signature); 143 MethodListener i = sMethods.get(signature);
|
/packages/apps/AccountsAndSyncSettings/src/com/android/settings/ |
AccountPreferenceBase.java | 112 ArrayList<String> authorities = mAccountTypeToAuthorities.get(sa.accountType); 124 return mAccountTypeToAuthorities.get(type); 137 mTypeToAuthDescription.get(accountType); 158 mTypeToAuthDescription.get(accountType); 178 desc = (AuthenticatorDescription) mTypeToAuthDescription.get(accountType); 196 mAuthDescs = AccountManager.get(this).getAuthenticatorTypes();
|
/packages/apps/Email/src/com/android/email/mail/ |
PackedString.java | 54 * Get the value referred to by a given tag. If the tag does not exist, return null. 58 public String get(String tag) { method in class:PackedString 62 return mExploded.get(tag); 151 * Get the value referred to by a given tag. If the tag does not exist, return null. 155 public String get(String tag) { method in class:PackedString.Builder 156 return mMap.get(tag);
|
/packages/apps/Mms/src/com/android/mms/data/ |
Conversation.java | 117 public static Conversation get(Context context, long threadId, boolean allowQuery) { method in class:Conversation 118 Conversation conv = Cache.get(threadId); 135 public static Conversation get(Context context, ContactList recipients, boolean allowQuery) { method in class:Conversation 141 Conversation conv = Cache.get(recipients); 147 Log.d(TAG, "Conversation.get: created new conversation " + conv.toString()); 150 Log.e(TAG, "Conversation.get: new conv's recipients don't match input recpients " 169 public static Conversation get(Context context, Uri uri, boolean allowQuery) { method in class:Conversation 174 if (DEBUG) Log.v(TAG, "Conversation get URI: " + uri); 179 long threadId = Long.parseLong(uri.getPathSegments().get(1)); 181 Log.v(TAG, "Conversation get threadId: " + threadId) 645 static Conversation get(long threadId) { method in class:Conversation.Cache 667 static Conversation get(ContactList list) { method in class:Conversation.Cache [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
Hints.java | 154 return (today.get(Calendar.YEAR) == timestamp.get(Calendar.YEAR) && 155 today.get(Calendar.DAY_OF_MONTH) == timestamp.get(Calendar.DAY_OF_MONTH) && 156 today.get(Calendar.MONTH) == timestamp.get(Calendar.MONTH));
|
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
LiveWallpaperListActivity.java | 111 ResolveInfo resolveInfo = list.get(i); 177 final Intent intent = mWallpaperIntents.get(position); 178 final WallpaperInfo info = mWallpaperInfos.get(position); 200 return mWallpaperInfos.get(position); 221 WallpaperInfo info = mWallpaperInfos.get(position); 222 holder.thumbnail.setImageDrawable(mThumbnails.get(position));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
FixLaunchConfig.java | 85 // get the list of config for the project 92 // get the working copy so that we can make changes. 95 // get the attributes for the activity 112 // couldn't get the working copy. we output the error in the console 129 // get the launch manager 132 // now get the config type for our particular android type.
|
/system/core/libpixelflinger/tinyutils/ |
SharedBuffer.h | 40 //! get the SharedBuffer from the data pointer 49 //! get size of the buffer 52 //! get back a SharedBuffer object from its data 55 //! get back a SharedBuffer object from its data 58 //! get the size of a SharedBuffer object from its data 61 //! edit the buffer (get a writtable, or non-const, version of it)
|