HomeSort by relevance Sort by last modified time
    Searched full:propertyname (Results 251 - 275 of 627) sorted by null

<<11121314151617181920>>

  /frameworks/base/docs/html/guide/topics/graphics/
prop-animation.jd 447 <code>set&lt;propertyName&gt;()</code>. Because the {@link android.animation.ObjectAnimator}
467 form of <code>get&lt;propertyName&gt;()</code>. For example, if the property name is
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp4/
tile_page.js 289 (e.propertyName == 'left' || e.propertyName == 'top' ||
290 e.propertyName == '-webkit-transform')) {
    [all...]
  /libcore/luni/src/main/java/java/lang/
System.java     [all...]
  /external/chromium_org/chrome/browser/resources/extensions/
extensions.js 267 if (e.propertyName == 'height' &&
  /external/chromium_org/chrome/browser/resources/print_preview/previewarea/
margin_control.js 378 if (event.propertyName != 'opacity')
  /external/chromium_org/chrome/browser/resources/print_preview/search/
destination_search.js 180 if (e.target != e.currentTarget || e.propertyName != 'opacity')
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.h 196 virtual WebString pageProperty(const WebString& propertyName, int pageIndex) OVERRIDE;
WebRemoteFrameImpl.cpp 657 WebString WebRemoteFrameImpl::pageProperty(const WebString& propertyName, int pageIndex)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_sanity.c 476 prop->Property.PropertyName == TGSI_PROPERTY_GS_INPUT_PRIM) {
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_shader_tokens.h 231 unsigned PropertyName : 8; /**< one of TGSI_PROPERTY */
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
preview_panel.js 312 if (event.target != this.element_ || event.propertyName != 'opacity')
progress_center_panel.js 158 if (event.propertyName !== 'width')
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 368 StringRef PropertyName(PropertyNameString);
385 if (PropertyName.equals("target") ||
386 (PropertyName.find("delegate") != StringRef::npos) ||
387 (PropertyName.find("dataSource") != StringRef::npos)) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_sanity.c 476 prop->Property.PropertyName == TGSI_PROPERTY_GS_INPUT_PRIM) {
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 231 unsigned PropertyName : 8; /**< one of TGSI_PROPERTY */
  /frameworks/base/core/java/android/animation/
ValueAnimator.java 767 * The most recent value calculated by this <code>ValueAnimator</code> for <code>propertyName</code>.
776 public Object getAnimatedValue(String propertyName) {
777 PropertyValuesHolder valuesHolder = mValuesMap.get(propertyName);
781 // At least avoid crashing if called with bogus propertyName
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js 596 propertyName: function()
1085 * @param {string} propertyName
1088 _wrapPropertySetter: function(resource, originalObject, propertyName)
1092 resource._registerBoundResource(propertyName, value);
1095 originalObject[propertyName] = Resource.wrappedObject(value);
1098 var args = [propertyName, value];
1100 originalObject[propertyName] = Resource.wrappedObject(value);
    [all...]
  /external/llvm/include/llvm/IR/
DIBuilder.h 236 /// @param PropertyName Name of the Objective C property associated with
247 StringRef PropertyName = StringRef(),
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssistTest.java 422 // propertyName completion
423 checkAnimatorCompletion("animator1.xml", "android:propertyName=\"scal^eX\"/>");
    [all...]
  /external/chromium_org/v8/test/cctest/
test-parsing.cc 205 // of symbols (string, propertyName, regexp).
210 "var z = {'string': 'string literal', bareword: 'propertyName', "
211 " 42: 'number literal', for: 'keyword as propertyName', "
212 " f\\u006fr: 'keyword propertyname with escape'};"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmcobj.h     [all...]
  /external/chromium_org/chrome/browser/resources/options/
browser_options.js 809 if (event.propertyName && event.propertyName != 'height') {
817 if (!event.propertyName) {
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 622 SmallString<100> PropertyName = thisPropertyName;
623 PropertyName[0] = front;
624 IdentifierInfo *AltMember = &S.PP.getIdentifierTable().get(PropertyName);
    [all...]
SemaExprObjC.cpp     [all...]

Completed in 1187 milliseconds

<<11121314151617181920>>