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

<<101102103104105106107108109110>>

  /external/webkit/WebCore/platform/gtk/
RenderThemeGtk.cpp 171 GList* values = g_hash_table_get_values(m_partsTable.get());
186 GtkThemeParts* parts = static_cast<GtkThemeParts*>(g_hash_table_lookup(m_partsTable.get(), colormap));
190 g_hash_table_insert(m_partsTable.get(), colormap, parts);
585 // FIXME: Make sure this function doesn't get called many times for a single GTK+ style change signal.
656 return paintMediaButton(paintInfo.context, r, m_fullscreenButton.get(), m_panelColor, m_mediaIconSize);
665 return paintMediaButton(paintInfo.context, r, mediaElement->muted() ? m_unmuteButton.get() : m_muteButton.get(), m_panelColor, m_mediaIconSize);
674 return paintMediaButton(paintInfo.context, r, mediaElement->canPlay() ? m_playButton.get() : m_pauseButton.get(), m_panelColor, m_mediaIconSize);
679 return paintMediaButton(paintInfo.context, r, m_seekBackButton.get(), m_panelColor, m_mediaIconSize)
    [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 199 HRESULT hr = delegatePrivate->createWebViewWithRequest(m_webView, request.get(), createWindowFeaturesPropertyBag(features).get(), &newWebView);
202 return core(newWebView.get());
213 if (FAILED(delegate->createModalDialog(m_webView, request.get(), &newWebView)))
215 } else if (FAILED(delegate->createWebViewWithRequest(m_webView, request.get(), &newWebView)))
218 return newWebView ? core(newWebView.get()) : 0;
518 uiDelegate->mouseDidMoveOverElement(m_webView, element.get(), modifierFlags);
541 uiDelegatePrivate->exceededDatabaseQuota(m_webView, kit(frame), origin.get(), BString(databaseIdentifier));
770 HRESULT hr = uiDelegatePrivate2->decidePolicyForGeolocationRequest(m_webView, kit(frame), origin.get(), listener.get());
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 386 final Cell first = mPattern.get(0);
424 * timeout so user doesn't get view into messy state).
483 final Cell lastCell = pattern.get(pattern.size() - 1);
658 final Cell lastCell = pattern.get(patternSize - 1);
717 hitCell = pattern.get(patternSize - 1 - (patternSize - patternSizePreHitDetect));
798 final Cell cell = pattern.get(i);
812 final Cell currentCell = pattern.get(numCircles - 1);
816 final Cell nextCell = pattern.get(numCircles);
845 Cell cell = pattern.get(i);
891 Cell cell = pattern.get(i)
    [all...]
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 850 code->nativeWindow.get());
873 oldNativeWindow.get());
878 code->nativeWindow.get());
880 code->lastWindowWidth = getWindowProp(code->nativeWindow.get(),
882 code->lastWindowHeight = getWindowProp(code->nativeWindow.get(),
887 int32_t newWidth = getWindowProp(code->nativeWindow.get(),
889 int32_t newHeight = getWindowProp(code->nativeWindow.get(),
895 code->nativeWindow.get());
909 code->callbacks.onNativeWindowRedrawNeeded(code, code->nativeWindow.get());
922 code->nativeWindow.get());
    [all...]
  /frameworks/base/services/java/com/android/server/
ThrottleService.java 382 // get policy
394 boolean testing = SystemProperties.get(TESTING_ENABLED_PROPERTY).equals("true");
482 SystemProperties.get(TelephonyProperties.PROPERTY_OPERATOR_ISROAMING));
574 // else we may get false alarms very early in the period.. in the first
576 // of the cap we'd get a warning and that's not desired.
649 int day = end.get(Calendar.DAY_OF_MONTH);
656 int month = end.get(Calendar.MONTH);
658 end.set(Calendar.YEAR, end.get(Calendar.YEAR) + 1);
665 if (SystemProperties.get(TESTING_ENABLED_PROPERTY).equals("true")) {
674 int month = end.get(Calendar.MONTH)
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
VectorTest.java 126 element = vector.get(i);
127 element = vector.get(i);
128 element = vector.get(i);
129 element = vector.get(i);
130 element = vector.get(i);
131 element = vector.get(i);
132 element = vector.get(i);
133 element = vector.get(i);
134 element = vector.get(i);
135 element = vector.get(i)
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
CropImage.java 132 MediaScannerConnection connection = mConnectionMap.get(context);
155 MediaScannerConnection connection = mConnectionMap.get(context);
657 mCrop = mImageView.mHighlightViews.get(0);
728 HighlightView hv = mHighlightViews.get(i);
738 HighlightView hv = mHighlightViews.get(i);
744 HighlightView hv = mHighlightViews.get(i);
775 HighlightView hv = mHighlightViews.get(i);
782 // CR: get rid of the extraneous parens below.
794 HighlightView hv = mHighlightViews.get(i);
802 mHighlightViews.get(j).setHidden(true)
    [all...]
  /packages/apps/Settings/src/com/android/settings/vpn/
VpnSettings.java 482 VpnPreference pref = mVpnPreferenceMap.get(p.getName());
485 if (pref.mProfile == list.get(index)) pref = null;
497 return ((position >= 0) ? mVpnProfileList.get(position) : null);
682 VpnPreference pref = mVpnPreferenceMap.get(p.getName());
705 mVpnPreferenceMap.get(p.getName()).setSummary(
755 mVpnPreferenceMap.get(p.getName()).setEnabled(false);
759 mVpnPreferenceMap.get(p.getName()).setEnabled(true);
766 mVpnPreferenceMap.get(p.getName()).setEnabled(true);
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdCreationDialog.java 346 // get the skin info
503 HardwareProperty prop = mHardwareMap.get(cell.getElement());
516 String value = mProperties.get(cell.getElement());
526 HardwareProperty property = mHardwareMap.get(hardwareName);
547 HardwareProperty property = mHardwareMap.get(hardwareName);
548 String value = mProperties.get(hardwareName);
564 HardwareProperty property = mHardwareMap.get(hardwareName);
582 HardwareProperty property = mHardwareMap.get(hardwareName);
704 IAndroidTarget target = mCurrentTargets.get(targetName);
752 // get the mode. We only need to check the file since th
    [all...]
  /external/webkit/WebCore/inspector/front-end/
StylesSidebarPane.js 118 InjectedScriptAccess.get(node.injectedScriptId).getStyles(node.id, !WebInspector.settings.showUserAgentStyles, callback);
452 get usedProperties()
700 InjectedScriptAccess.get(this.rule.injectedScriptId).applyStyleRuleText(this.rule.id, newContent, this.pane.node.id, callback);
754 InjectedScriptAccess.get(this.pane.node.injectedScriptId).addStyleSelector(newContent, this.pane.node.id, callback);
793 get inherited()
806 get overloaded()
819 get disabled()
832 get priority()
839 get value()
    [all...]
  /frameworks/base/core/java/android/webkit/
CallbackProxy.java 157 * Get the WebViewClient.
175 * Get the WebChromeClient.
191 * Get the Back/Forward list to return to the user or to update the cached
258 // if the new site is secure, we will reload it and get a
347 (SslErrorHandler) map.get("handler"),
348 (SslError) map.get("error"));
444 (String) map.get("databaseIdentifier");
445 String url = (String) map.get("url");
447 ((Long) map.get("currentQuota")).longValue();
449 ((Long) map.get("totalUsedQuota")).longValue()
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 197 TetherInterfaceSM sm = mIfaces.get(iface);
245 TetherInterfaceSM sm = mIfaces.get(iface);
259 TetherInterfaceSM sm = mIfaces.get(iface);
273 sm = mIfaces.get(iface);
291 sm = mIfaces.get(iface);
308 sm = mIfaces.get(iface);
336 TetherInterfaceSM sm = mIfaces.get(iface);
589 TetherInterfaceSM sm = mIfaces.get(key);
597 retVal[i] = list.get(i);
607 TetherInterfaceSM sm = mIfaces.get(key)
    [all...]
  /libcore/luni/src/main/java/java/util/
Collections.java 62 public E get(int location) { method in class:Collections.CopiesList
86 public Object get(int location) { method in class:Collections.EmptyList
153 public Object get(Object key) {
295 public E get(int location) {
332 public V get(Object key) {
575 public E get(int location) {
577 return list.get(location);
742 public V get(Object key) {
744 return m.get(key);
1101 public E get(int location)
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 325 out.writeInt(mCount.get());
336 mPluggedCount = mCount.get();
361 val = mCount.get();
373 pw.println(prefix + "mCount=" + mCount.get()
399 int count = mCount.get();
927 final StopwatchTimer t = pool.get(i);
    [all...]
  /cts/tools/dasm/src/dasm/
DAsm.java 430 LabelTableEntry lte = labels_table.get(key);
501 LabelTableEntry lte = labels_table.get(name);
523 DopInfo insn = DopInfo.get(name);
541 DopInfo insn = DopInfo.get(name);
558 LabelTableEntry lte = labels_table.get(val);
583 DopInfo insn = DopInfo.get(name);
618 DopInfo insn = DopInfo.get(name);
654 LabelTableEntry lte = labels_table.get(v2);
853 DopInfo insn = DopInfo.get(name);
896 DopInfo insn = DopInfo.get(name)
    [all...]
  /external/webkit/WebCore/css/
CSSComputedStyleDeclaration.cpp 377 // So we should get the opposite length unit and see if it is auto.
549 Node* node = m_node.get();
662 Node* node = m_node.get();
746 return currentColorOrValidColor(style.get(), style->borderTopColor());
748 return currentColorOrValidColor(style.get(), style->borderRightColor());
750 return currentColorOrValidColor(style.get(), style->borderBottomColor());
752 return currentColorOrValidColor(style.get(), style->borderLeftColor());
770 return getPositionOffsetValue(style.get(), CSSPropertyBottom);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java 255 item.id = Integer.parseInt(result.getPathSegments().get(1));
355 Callbacks callbacks = mCallbacks.get();
382 if (mCallbacks != null && mCallbacks.get() != null) {
487 final Callbacks cbk = mCallbacks.get();
581 final Callbacks callbacks = mCallbacks.get();
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/
PKCS10CertificationRequest.java 316 DERObjectIdentifier sigOID = (DERObjectIdentifier)algorithms.get(algorithmName);
339 this.sigAlgId = new AlgorithmIdentifier(sigOID, (DEREncodable)params.get(algorithmName));
417 if (keyAlgorithms.get(keyAlg.getObjectId()) != null)
419 String keyAlgorithm = (String)keyAlgorithms.get(keyAlg.getObjectId());
488 if (oids.get(sigAlgId.getObjectId()) != null)
490 String signatureAlgorithm = (String)oids.get(sigAlgId.getObjectId());
  /external/chromium/base/
base_gfx.scons 266 if ARGUMENTS.get('COVERAGE') not in (None, '0'):
280 if ARGUMENTS.get('PROFILE') not in (None, '0'):
294 if ARGUMENTS.get('SYMBOLS') not in (None, '0'):
linux_versioninfo.scons 221 if ARGUMENTS.get('COVERAGE') not in (None, '0'):
232 if ARGUMENTS.get('PROFILE') not in (None, '0'):
243 if ARGUMENTS.get('SYMBOLS') not in (None, '0'):
test_support_base.scons 243 if ARGUMENTS.get('COVERAGE') not in (None, '0'):
254 if ARGUMENTS.get('PROFILE') not in (None, '0'):
265 if ARGUMENTS.get('SYMBOLS') not in (None, '0'):
test_support_perf.scons 249 if ARGUMENTS.get('COVERAGE') not in (None, '0'):
260 if ARGUMENTS.get('PROFILE') not in (None, '0'):
271 if ARGUMENTS.get('SYMBOLS') not in (None, '0'):
  /external/chromium/net/
net_resources.scons 213 if ARGUMENTS.get('COVERAGE') not in (None, '0'):
224 if ARGUMENTS.get('PROFILE') not in (None, '0'):
235 if ARGUMENTS.get('SYMBOLS') not in (None, '0'):
net_test_support.scons 249 if ARGUMENTS.get('COVERAGE') not in (None, '0'):
260 if ARGUMENTS.get('PROFILE') not in (None, '0'):
271 if ARGUMENTS.get('SYMBOLS') not in (None, '0'):
  /external/chromium/third_party/icu/
icudata.scons 221 if ARGUMENTS.get('COVERAGE') not in (None, '0'):
232 if ARGUMENTS.get('PROFILE') not in (None, '0'):
243 if ARGUMENTS.get('SYMBOLS') not in (None, '0'):

Completed in 1226 milliseconds

<<101102103104105106107108109110>>