HomeSort by relevance Sort by last modified time
    Searched refs:property (Results 26 - 50 of 721) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/cocoa/
styled_text_field_test_helper.h 14 @property(nonatomic, assign) CGFloat leftMargin;
15 @property(nonatomic, assign) CGFloat rightMargin;
draggable_button.h 20 @property NSTimeInterval durationMouseWasDown;
22 @property NSTimeInterval whenMouseDown;
25 @property(nonatomic) BOOL actionHasFired;
28 @property(nonatomic) BOOL draggable;
33 @property(nonatomic) BOOL actsOnMouseDown;
79 // Called internally if the actsOnMouseDown property is set.
bug_report_window_controller.h 73 @property(nonatomic, copy) NSString* bugDescription;
74 @property(nonatomic) NSUInteger bugTypeIndex;
75 @property(nonatomic, copy) NSString* pageTitle;
76 @property(nonatomic, copy) NSString* pageURL;
77 @property(nonatomic) BOOL sendScreenshot;
78 @property(nonatomic) BOOL disableScreenshotCheckbox;
79 @property(nonatomic, readonly) NSArray* bugTypeList;
search_engine_dialog_controller.h 40 @property(assign, nonatomic) Profile* profile;
41 @property(assign, nonatomic) bool randomize;
44 @property(readonly) NSFont* mainLabelFont;
background_tile_view.h 20 @property(nonatomic, retain) NSImage* tileImage;
hyperlink_button_cell.h 21 @property(nonatomic, retain) NSColor* textColor;
menu_button.h 19 // the |openMenuOnClick| property. If YES, the target-action mechanism will be
21 // used for the Wrench menu, for example. When the property is NO, the button
40 @property(retain, nonatomic) IBOutlet NSMenu* attachedMenu;
44 @property(assign, nonatomic) BOOL openMenuOnClick;
profile_menu_button.h 25 @property(assign,nonatomic) BOOL shouldShowProfileDisplayName;
26 @property(assign,nonatomic) NSString* profileDisplayName;
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_cocoa.h 40 @property(nonatomic, readonly) NSArray* children;
43 @property(nonatomic, readonly, getter=isIgnored) BOOL ignored;
47 @property(nonatomic, readonly) NSPoint origin;
50 @property(nonatomic, readonly) NSString* role;
52 @property(nonatomic, readonly) NSSize size;
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_install_dialog_controller.h 44 @property(nonatomic, readonly) NSImageView* iconView;
45 @property(nonatomic, readonly) NSTextField* titleField;
46 @property(nonatomic, readonly) NSTextField* subtitleField;
47 @property(nonatomic, readonly) NSTextField* warningsField;
48 @property(nonatomic, readonly) NSBox* warningsBox;
49 @property(nonatomic, readonly) NSButton* cancelButton;
50 @property(nonatomic, readonly) NSButton* okButton;
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_view.h 32 @property(nonatomic, assign) IBOutlet NSView* noItemContainer;
36 @property(nonatomic, readonly) BOOL dropIndicatorShown;
37 @property(nonatomic, readonly) CGFloat dropIndicatorPosition;
bookmark_menu.h 18 @property(nonatomic) int64 id;
bookmark_bar_folder_view.h 26 @property(assign) BOOL dropIndicatorShown;
27 @property(readonly) CGFloat dropIndicatorPosition;
  /external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
tst_qdeclarativewebview.cpp 102 QTRY_COMPARE(wv->property("progress").toDouble(), 1.0);
103 QCOMPARE(wv->property("title").toString(), QLatin1String("Basic"));
104 QTRY_COMPARE(qvariant_cast<QPixmap>(wv->property("icon")).width(), 48);
105 QEXPECT_FAIL("", "'icon' property isn't working", Continue);
106 QCOMPARE(qvariant_cast<QPixmap>(wv->property("icon")), QPixmap("qrc:///resources/basic.png"));
107 QCOMPARE(wv->property("statusText").toString(), QLatin1String("status here"));
108 QCOMPARE(strippedHtml(fileContents(":/resources/basic.html")), strippedHtml(wv->property("html").toString()));
110 QCOMPARE(wv->property("preferredWidth").toInt(), 0);
112 QCOMPARE(wv->property("preferredHeight").toInt(), 0);
113 QCOMPARE(wv->property("url").toUrl(), QUrl("qrc:///resources/basic.html"))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AdtPrefs.java 145 // get the name of the property that changed, if any
146 String property = event != null ? event.getProperty() : null; local
148 if (property == null || PREFS_SDK_DIR.equals(property)) {
169 if (property == null || PREFS_BUILD_VERBOSITY.equals(property)) {
176 if (property == null || PREFS_BUILD_RES_AUTO_REFRESH.equals(property)) {
180 if (property == null || PREFS_BUILD_FORCE_ERROR_ON_NATIVELIB_IN_JAR.equals(property)) {
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_view.h 37 @property(assign, nonatomic) IBOutlet NewTabButton* newTabButton;
38 @property(assign, nonatomic) IBOutlet ProfileMenuButton* profileMenuButton;
39 @property(assign, nonatomic) BOOL dropArrowShown;
40 @property(assign, nonatomic) NSPoint dropArrowPosition;
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
toolbar_view.h 23 @property(assign, nonatomic) CGFloat dividerOpacity;
  /external/chromium/chrome/browser/ui/cocoa/wrench_menu/
menu_tracked_root_view.h 21 @property(assign, nonatomic) NSMenuItem* menuItem;
  /external/webkit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/
transition-property-names.js 2 'This test checks that CSS property names work round trip in the transition property.'
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
label-002.js 33 yoohoo: { for ( property in object ) { result += object[property]; }; break yoohoo };
37 "yoohoo: for ( property in object ) { result += object[property]; } break yoohoo }",
45 yoohoo: { for ( property in object ) { result += object[property]; break yoohoo } }; ;
49 "yoohoo: for ( property in object ) { result += object[property]; break yoohoo }}",
  /external/webkit/Source/WebCore/svg/properties/
SVGAnimatedPropertyTearOff.h 49 static PassRefPtr<SVGAnimatedPropertyTearOff<PropertyType> > create(SVGElement* contextElement, const QualifiedName& attributeName, PropertyType& property)
52 return adoptRef(new SVGAnimatedPropertyTearOff<PropertyType>(contextElement, attributeName, property));
55 SVGAnimatedPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, PropertyType& property)
57 , m_property(property)
  /frameworks/base/media/java/android/mtp/
MtpPropertyList.java 38 // list of long int property values (fourth field in quadruplet, when value is integer type)
40 // list of long int property values (fourth field in quadruplet, when value is string type)
53 public void append(int handle, int property, int type, long value) {
59 mPropertyCodes[index] = property;
64 public void append(int handle, int property, String value) {
70 mPropertyCodes[index] = property;
  /external/webkit/LayoutTests/fast/dom/DeviceMotion/script-tests/
window-property.js 5 for (var property in window) {
6 if (property == "DeviceMotionEvent")
20 for (var property in window) {
21 if (property == "ondevicemotion")
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
window-property.js 5 for (var property in window) {
6 if (property == 'DeviceOrientationEvent')
20 for (var property in window) {
21 if (property == 'ondeviceorientation')
  /frameworks/base/media/mtp/
MtpDatabase.h 64 MtpObjectProperty property,
68 MtpObjectProperty property,
71 virtual MtpResponseCode getDevicePropertyValue(MtpDeviceProperty property,
74 virtual MtpResponseCode setDevicePropertyValue(MtpDeviceProperty property,
77 virtual MtpResponseCode resetDeviceProperty(MtpDeviceProperty property) = 0;
80 uint32_t format, uint32_t property,
101 virtual MtpProperty* getObjectPropertyDesc(MtpObjectProperty property,
104 virtual MtpProperty* getDevicePropertyDesc(MtpDeviceProperty property) = 0;

Completed in 3682 milliseconds

12 3 4 5 6 7 8 91011>>