/external/webkit/Source/WebKit/chromium/src/ |
WebMediaElement.cpp | 62 return static_cast<HTMLMediaElement*>(m_private.get());
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
DeviceMotionProviderQt.h | 44 DeviceMotionData* currentDeviceMotion() const { return m_motion.get(); }
|
SearchPopupMenuQt.cpp | 33 return m_popup.get();
|
/external/webkit/Source/WebKit2/Shared/ |
FontInfo.cpp | 40 CoreIPC::encode(encoder, fontAttributeDictionary.get());
|
/external/webkit/Source/WebKit2/UIProcess/gtk/ |
ChunkedUpdateDrawingAreaProxyGtk.cpp | 81 if (cairo_surface_status(pixmap.get()) != CAIRO_STATUS_SUCCESS) 87 cairo_set_source_surface(cr.get(), pixmap.get(), updateChunkRect.x(), updateChunkRect.y()); 88 cairo_paint(cr.get());
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
WebPageGroupProxy.cpp | 39 WebProcess::shared().injectedBundle()->didInitializePageGroup(pageGroup.get());
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/ |
WebInspectorWin.cpp | 43 return String(CFURLGetString(localizedStringsURLRef.get()));
|
/external/webkit/Tools/DumpRenderTree/mac/ |
AccessibilityTextMarkerMac.mm | 54 return m_textMarker.get(); 80 return m_textMarkerRange.get();
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
promptforbugortitle.py | 35 if state.get("bug_id"):
|
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/ |
RestoreSessionStateContainingFormData.cpp | 56 WKPageLoadURL(webView.page(), adoptWK(Util::createURLForResource("simple-form", "html")).get()); 74 PlatformWebView webView(context.get()); 77 WKRetainPtr<WKDataRef> data = createSessionStateContainingFormData(context.get()); 80 WKPageRestoreFromSessionState(webView.page(), data.get());
|
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/ |
DoNotCopyANullCFURLResponse.cpp | 38 RetainPtr<CFURLResponseRef> nullCFResponse(AdoptCF, WKURLResponseCopyCFURLResponse(kCFAllocatorDefault, nullWKResponse.get()));
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/mac/ |
LayoutTestControllerMac.mm | 41 CFRunLoopTimerInvalidate(m_waitToDumpWatchdogTimer.get()); 56 CFRunLoopAddTimer(CFRunLoopGetCurrent(), m_waitToDumpWatchdogTimer.get(), kCFRunLoopCommonModes);
|
/frameworks/base/core/java/android/util/ |
TimingLogger.java | 137 final long first = mSplits.get(0); 140 now = mSplits.get(i); 141 final String splitLabel = mSplitLabels.get(i); 142 final long prev = mSplits.get(i - 1);
|
/frameworks/base/libs/hwui/ |
FboCache.h | 45 GLuint get();
|
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/ |
OuterClass_Delegate.java | 25 // The delegate override of Outer.get returns 4 + a + b 26 public static int get(OuterClass instance, int a, long b) { method in class:OuterClass_Delegate
|
OuterClass_InnerClass_Delegate.java | 26 // The delegate override of Inner.get return 6 + a + b 27 public static int get(OuterClass outer, InnerClass inner, int a, long b) { method in class:OuterClass_InnerClass_Delegate
|
/frameworks/compile/linkloader/ |
SConstruct | 44 mode = ARGUMENTS.get('mode', 'release') 45 toolset = ARGUMENTS.get('toolset', 'gcc')
|
/libcore/luni/src/main/java/java/net/ |
CookieStore.java | 64 List<HttpCookie> get(URI uri); method in interface:CookieStore 67 * Get all cookies in cookie store which are not expired. 75 * Get a set of URIs, which is composed of associated URI with all the
|
/libcore/luni/src/main/java/java/util/ |
Dictionary.java | 56 public abstract V get(Object key); method in class:Dictionary 89 * @see #get 102 * @see #get
|
/packages/apps/Gallery2/src/com/android/gallery3d/anim/ |
FloatAnimation.java | 37 public float get() { method in class:FloatAnimation
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
NinePatchChunk.java | 53 byte wasSerialized = byteBuffer.get(); 57 chunk.mDivX = new int[byteBuffer.get()]; 58 chunk.mDivY = new int[byteBuffer.get()]; 59 chunk.mColor = new int[byteBuffer.get()];
|
/system/core/nexus/ |
VpnController.h | 35 virtual int get(int idx, int *buffer) = 0; 47 virtual int get(int idx, char *buffer, size_t max) = 0; 59 virtual int get(int idx, struct in_addr *buffer) = 0; 68 int get(int idx, int *buffer);
|
WifiController.h | 50 virtual int get(int idx, int *buffer) = 0; 62 virtual int get(int idx, char *buffer, size_t max) = 0; 71 int get(int idx, int *buffer); 79 int get(int idx, int *buffer); 87 int get(int idx, int *buffer); 95 int get(int idx, int *buffer); 103 int get(int idx, int *buffer); 111 int get(int idx, int *buffer); 119 int get(int idx, int *buffer); 127 int get(int idx, int *buffer) [all...] |
/cts/tools/dex-tools/src/dex/reader/ |
DexBuffer.java | 72 b.get(dst, 0, dst.length); 83 value = (b.get() & 0xFF); 97 tmp = b.get() & 0xFF; 110 tmp = b.get() & 0xFF; 123 tmp = b.get() & 0xFF; 136 tmp = b.get() & 0xFF; 165 return b.get();
|
/dalvik/dx/src/com/android/dx/dex/code/form/ |
Form21h.java | 51 return regs.get(0).regString() + ", " + literalBitsString(value); 62 (regs.get(0).getCategory() == 1) ? 32 : 64); 77 unsignedFitsInByte(regs.get(0).getReg()))) { 91 if (regs.get(0).getCategory() == 1) { 106 bits.set(0, unsignedFitsInByte(regs.get(0).getReg())); 118 if (regs.get(0).getCategory() == 1) { 124 write(out, opcodeUnit(insn, regs.get(0).getReg()), bits);
|