HomeSort by relevance Sort by last modified time
    Searched refs:get (Results 551 - 575 of 4892) sorted by null

<<21222324252627282930>>

  /external/webkit/WebCore/dom/
StyleElement.cpp 40 return m_sheet.get();
92 if (static_cast<CSSStyleSheet*>(m_sheet.get())->isLoading())
103 if (screenEval.eval(mediaList.get()) || printEval.eval(mediaList.get())) {
108 m_sheet->setMedia(mediaList.get());
  /external/webkit/WebCore/inspector/front-end/
SidebarTreeElement.js 34 get smallChildren()
100 get small()
117 get mainTitle()
128 get subtitle()
139 get bubbleText()
  /external/webkit/WebKit/chromium/src/
WebAccessibilityCacheImpl.cpp 105 m_objectMap.set(m_nextNewId, WeakHandle::create(rootObject.get()));
106 m_idMap.set(rootObject.get(), m_nextNewId++);
156 IdMap::iterator it = m_idMap.find(o.get());
163 m_objectMap.set(m_nextNewId, WeakHandle::create(o.get()));
164 m_idMap.set(o.get(), m_nextNewId);
  /external/webkit/WebKit/qt/Api/
qwebsecurityorigin.cpp 66 Call QWebFrame::securityOrigin() to get the QWebSecurityOrigin for a frame in a
127 return DatabaseTracker::tracker().usageForOrigin(d->origin.get());
139 return DatabaseTracker::tracker().quotaForOrigin(d->origin.get());
155 DatabaseTracker::tracker().setQuota(d->origin.get(), quota);
186 QWebSecurityOriginPrivate* priv = new QWebSecurityOriginPrivate(coreOrigins[i].get());
204 if (!DatabaseTracker::tracker().databaseNamesForOrigin(d->origin.get(), nameVector))
  /external/webkit/WebKit/win/
WebScriptWorld.cpp 48 ASSERT_ARG(world, !allWorlds().contains(m_world.get()));
49 allWorlds().add(m_world.get(), this);
57 ASSERT(allWorlds().contains(m_world.get()));
58 allWorlds().remove(m_world.get());
85 if (WebScriptWorld* existingWorld = allWorlds().get(world))
  /external/webkit/WebKitTools/DumpRenderTree/win/
WorkQueueItemWin.cpp 56 wstring targetString = jsStringRefToWString(m_target.get());
73 wstring urlString = jsStringRefToWString(m_url.get());
80 targetFrame->loadRequest(request.get());
104 wstring scriptString = jsStringRefToWString(m_script.get());
140 webView->goToBackForwardItem(item.get(), &result);
  /frameworks/base/core/java/com/android/internal/view/
IInputConnectionWrapper.java 190 InputConnection ic = mInputConnection.get();
206 InputConnection ic = mInputConnection.get();
222 InputConnection ic = mInputConnection.get();
238 InputConnection ic = mInputConnection.get();
254 InputConnection ic = mInputConnection.get();
268 InputConnection ic = mInputConnection.get();
277 InputConnection ic = mInputConnection.get();
286 InputConnection ic = mInputConnection.get();
295 InputConnection ic = mInputConnection.get();
304 InputConnection ic = mInputConnection.get();
    [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduBody.java 123 * Get the part at the specified position.
129 return mParts.get(index);
133 * Get the index of the specified part.
143 * Get the number of parts.
152 * Get pdu part by content id.
158 return mPartMapByContentId.get(cid);
162 * Get pdu part by Content-Location. Content-Location of part is
169 return mPartMapByContentLocation.get(contentLocation);
173 * Get pdu part by name.
179 return mPartMapByName.get(name)
    [all...]
  /frameworks/base/opengl/tools/glgen/src/
CFunc.java 75 if (name.equals(argNames.get(i))) {
83 return argNames.get(index);
87 return argTypes.get(index);
105 s += argTypes.get(i) + " " + argNames.get(i);
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
SimPhoneBookTest.java 49 // Since this test doesn't mock the SIM we try to get a valid ADN record,
53 originalAdn = adnRecordList.get(listIndex);
74 AdnRecord tmpAdn = adnRecordList.get(listIndex);
83 tmpAdn = adnRecordList.get(listIndex);
93 tmpAdn = adnRecordList.get(listIndex);
102 tmpAdn = adnRecordList.get(listIndex);
  /packages/apps/Camera/tests/src/com/android/camera/gallery/
LruCacheUnitTests.java 15 assertEquals(value, cache.get(key));
28 assertEquals(value, cache.get(key));
37 cache.get(0);
40 assertEquals(Integer.valueOf(0), cache.get(0));
54 Log.v("TAG", "start get " + this);
56 mMap.get(i % 2);
58 Log.v("TAG", "finish get " + this);
  /packages/apps/Gallery/tests/src/com/android/camera/gallery/
LruCacheUnitTests.java 13 assertEquals(value, cache.get(key));
25 assertEquals(value, cache.get(key));
33 cache.get(0);
36 assertEquals(Integer.valueOf(0), cache.get(0));
50 Log.v("TAG", "start get " + this);
52 mMap.get(i % 2);
54 Log.v("TAG", "finish get " + this);
  /sdk/ddms/app/src/com/android/ddms/
DebugPortProvider.java 66 Map<String, Integer> deviceMap = mMap.get(device.getSerialNumber());
68 Integer i = deviceMap.get(appName);
91 // get the prefs store
113 // get the device map
114 Map<String, Integer> deviceMap = mMap.get(deviceName);
141 Map<String, Integer> deviceMap = map.get(deviceKey);
146 Integer port = deviceMap.get(appKey);
157 // get the prefs store.
  /external/chromium/third_party/icu/source/test/intltest/
calregts.cpp 163 logln(UnicodeString("HOUR=") + cal->get(UCAL_HOUR, status)); //prints 0
164 failure(status, "cal->get");
165 logln(UnicodeString("HOUR_OF_DAY=") + cal->get(UCAL_HOUR_OF_DAY, status));
166 failure(status, "cal->get");
200 log(UnicodeString("") + cal->get(UCAL_MONTH, status)) ;
201 failure(status, "cal->get");
202 int32_t date = cal->get(UCAL_DATE, status) + 1 ;
203 failure(status, "cal->get");
205 logln(UnicodeString("/") + cal->get(UCAL_YEAR, status)) ;
206 failure(status, "cal->get");
    [all...]
  /external/icu4c/test/intltest/
calregts.cpp 163 logln(UnicodeString("HOUR=") + cal->get(UCAL_HOUR, status)); //prints 0
164 failure(status, "cal->get");
165 logln(UnicodeString("HOUR_OF_DAY=") + cal->get(UCAL_HOUR_OF_DAY, status));
166 failure(status, "cal->get");
200 log(UnicodeString("") + cal->get(UCAL_MONTH, status)) ;
201 failure(status, "cal->get");
202 int32_t date = cal->get(UCAL_DATE, status) + 1 ;
203 failure(status, "cal->get");
205 logln(UnicodeString("/") + cal->get(UCAL_YEAR, status)) ;
206 failure(status, "cal->get");
    [all...]
  /external/webkit/WebCore/editing/
Editor.cpp 238 addToKillRing(selectedRange().get(), false);
276 if (client() && client()->shouldInsertText(text, selectedRange().get(), EditorInsertActionPasted))
301 return client()->shouldInsertText(static_cast<CharacterData*>(child)->data(), replacingDOMRange.get(), givenAction);
303 return client()->shouldInsertNode(fragment.get(), replacingDOMRange.get(), givenAction);
317 replaceSelectionWithFragment(createFragmentFromText(selectedRange().get(), text), selectReplacement, smartReplace, true);
372 pasteboard->writeSelection(selectedRange().get(), canSmartCopyOrDelete(), m_frame);
483 int unicodeBidiValue = static_cast<CSSPrimitiveValue*>(unicodeBidi.get())->getIdent();
494 int unicodeBidiValue = static_cast<CSSPrimitiveValue*>(unicodeBidi.get())->getIdent();
500 return static_cast<CSSPrimitiveValue*>(direction.get())->getIdent() == CSSValueLtr ? LeftToRightWritingDirection : RightToLeftWritingDirection
    [all...]
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginHostProxy.mm 111 CFMachPortGetPort(m_deadNameNotificationPort.get()), MACH_MSG_TYPE_MAKE_SEND_ONCE, &previous);
114 RetainPtr<CFRunLoopSourceRef> deathPortSource(AdoptCF, CFMachPortCreateRunLoopSource(0, m_deadNameNotificationPort.get(), 0));
116 CFRunLoopAddSource(CFRunLoopGetCurrent(), deathPortSource.get(), kCFRunLoopDefaultMode);
124 CFRunLoopAddSource(CFRunLoopGetCurrent(), m_clientPortSource.get(), kCFRunLoopDefaultMode);
125 CFRunLoopAddSource(CFRunLoopGetCurrent(), m_clientPortSource.get(), (CFStringRef)NSEventTrackingRunLoopMode);
136 mach_port_extract_member(mach_task_self(), CFMachPortGetPort(m_deadNameNotificationPort.get()), m_portSet);
144 CFRunLoopSourceInvalidate(m_clientPortSource.get());
180 ASSERT(m_instances.get(instance->pluginID()) == instance);
187 return m_instances.get(pluginID).get();
    [all...]
  /external/chromium/net/proxy/
single_threaded_proxy_resolver.cc 51 coordinator_->resolver_.get()));
132 coordinator_->resolver_.get(),
244 *request = reinterpret_cast<RequestHandle>(job.get());
259 pending_jobs_.front().get() == job;
282 if (thread_.get()) {
283 scoped_refptr<PurgeMemoryTask> helper(new PurgeMemoryTask(resolver_.get()));
285 NewRunnableMethod(helper.get(), &PurgeMemoryTask::PurgeMemory));
304 if (!thread_.get()) {
314 // Get the next job to process (FIFO).
315 Job* job = pending_jobs_.front().get();
    [all...]
  /external/emma/core/java12/com/vladium/jcd/cls/
ConstantCollection.java 31 public CONSTANT_info get (final int index) method in class:ConstantCollection
33 final Object result = m_constants.get (index - 1);
53 final CONSTANT_info constant = (CONSTANT_info) m_constants.get (i);
71 if (index.get (value, result))
98 final CONSTANT_info constant = (CONSTANT_info) m_constants.get (c);
139 final CONSTANT_info result = (CONSTANT_info) m_constants.get (zindex);
158 if (m_CONSTANT_Utf8_index.get (mapKey, out) && (out [0] == zindex))
226 return (CONSTANT_info) m_constants.get (nextIndex - 1);
232 final CONSTANT_info result = (CONSTANT_info) m_constants.get (zindex);
255 final CONSTANT_info entry = (CONSTANT_info) m_constants.get (m_index - 1)
    [all...]
  /external/webkit/WebCore/history/
BackForwardList.cpp 73 pageCache()->remove(item.get());
83 pageCache()->remove(item.get());
85 m_page->mainFrame()->loader()->client()->dispatchDidRemoveBackForwardItem(item.get());
88 m_entryHash.add(prpItem.get());
130 return m_entries[m_current - 1].get();
137 return m_entries[m_current].get();
144 return m_entries[m_current + 1].get();
185 pageCache()->remove(item.get());
231 return m_entries[index + m_current].get();
257 pageCache()->remove(m_entries[i].get());
    [all...]
  /external/webkit/WebCore/rendering/style/
RenderStyle.cpp 159 m_svgStyle.access()->inheritFrom(inheritParent->m_svgStyle.get());
213 RenderStyle* ps = m_cachedPseudoStyle.get();
215 ps = ps->m_cachedPseudoStyle.get();
225 return m_cachedPseudoStyle.get();
231 for (RenderStyle* pseudoStyle = m_cachedPseudoStyle.get(); pseudoStyle; pseudoStyle = pseudoStyle->m_cachedPseudoStyle.get())
240 m_svgStyle->inheritedNotEqual(other->m_svgStyle.get()) ||
315 if (rareNonInheritedData.get() != other->rareNonInheritedData.get()) {
323 if (rareNonInheritedData->flexibleBox.get() != other->rareNonInheritedData->flexibleBox.get() &
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form35c.java 108 int r0 = (sz > 0) ? regs.get(0).getReg() : 0;
109 int r1 = (sz > 1) ? regs.get(1).getReg() : 0;
110 int r2 = (sz > 2) ? regs.get(2).getReg() : 0;
111 int r3 = (sz > 3) ? regs.get(3).getReg() : 0;
112 int r4 = (sz > 4) ? regs.get(4).getReg() : 0;
142 RegisterSpec one = regs.get(i);
179 RegisterSpec one = orig.get(i);
Form3rc.java 60 sb.append(regs.get(0).regString());
64 RegisterSpec lastReg = regs.get(size - 1);
73 sb.append(regs.get(0).regString());
128 int first = regs.get(0).getReg();
136 RegisterSpec one = regs.get(i);
165 int lastReg = regs.get(sz - 1).getNextReg();
166 firstReg = regs.get(0).getReg();
  /dalvik/dx/src/com/android/dx/ssa/
LocalVariableExtractor.java 106 SsaBasicBlock block = blocks.get(blockIndex);
122 SsaInsn lastInsn = insns.get(insnSz - 1);
142 SsaInsn insn = insns.get(i);
152 if (result != null && primaryState.get(result.getReg()) != null) {
153 primaryState.remove(primaryState.get(result.getReg()));
160 RegisterSpec already = primaryState.get(result);
199 int succ = successors.get(i);
  /external/chromium/net/websockets/
websocket_throttle_unittest.cc 72 WebSocketThrottle* throttle = Singleton<WebSocketThrottle>::get();
124 throttle->OnRead(s1.get(), kHeader, sizeof(kHeader) - 1, NULL));
136 throttle->OnRead(s1.get(), kHeader2, sizeof(kHeader2) - 1, NULL));
142 throttle->OnClose(s1.get());
147 throttle->OnClose(s2.get());
152 throttle->OnClose(s3.get());
155 throttle->OnClose(s4.get());

Completed in 1345 milliseconds

<<21222324252627282930>>