HomeSort by relevance Sort by last modified time
    Searched refs:newValue (Results 251 - 275 of 311) sorted by null

<<111213

  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
  /external/webkit/Source/WebKit/win/
DOMEventsClasses.cpp 546 HRESULT STDMETHODCALLTYPE DOMMutationEvent::newValue(
570 /* [in] */ BSTR /*newValue*/,
DOMEventsClasses.h 685 virtual HRESULT STDMETHODCALLTYPE newValue(
700 /* [in] */ BSTR newValue,
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
CSSStyleModel.js 547 setValue: function(newValue, userCallback)
549 var text = this.name + ": " + newValue + (this.priority ? " !" + this.priority : "") + ";"
inspector.js 880 var newValue = cubicInOut(complete, startValue, endValue - startValue, duration);
881 style.setProperty(key, newValue + (key in propertyUnit ? propertyUnit[key] : defaultUnit));
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapeBrowserFuncs.cpp 178 String newValue(line, lineLength);
180 headerFields.set(lastHeaderKey, currentValue + newValue);
  /external/webkit/Tools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 806 gfloat newValue = g_ascii_strtod(valueAsString.get(), 0);
807 g_object_set(G_OBJECT(settings), propertyName, newValue, NULL);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactPhotoManager.java 311 boolean evicted, Object key, Bitmap oldValue, Bitmap newValue) {
322 boolean evicted, Object key, BitmapHolder oldValue, BitmapHolder newValue) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/
AccessibilitySettings.java 196 public boolean onPreferenceChange(Preference preference, Object newValue) {
198 String stringValue = (String) newValue;
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java     [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java 1018 boolean newValue = !mCheckStates.get(position, false);
1019 mCheckStates.put(position, newValue);
1021 if (newValue) {
1027 if (newValue) {
1034 position, id, newValue);
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp     [all...]
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebPDFView.mm 617 - (void)setMarkedTextMatchesAreHighlighted:(BOOL)newValue
622 if (newValue)
    [all...]
WebPreferences.mm     [all...]
  /packages/apps/Email/src/com/android/email/provider/
ContentCache.java 415 boolean evicted, String key, Cursor oldValue, Cursor newValue) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 174 final String valueId, final Boolean newValue) {
RelativeLayoutRule.java 330 final String valueId, final Boolean newValue) {
  /external/webkit/Source/WebCore/plugins/
PluginView.cpp     [all...]
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/5/
android.jar 

Completed in 629 milliseconds

<<111213