HomeSort by relevance Sort by last modified time
    Searched refs:attrs (Results 176 - 200 of 1321) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursslk.h 213 inline void attron(attr_t attrs) {
214 if (ERR==::slk_attron(attrs))
218 inline void attroff(attr_t attrs) {
219 if (ERR==::slk_attroff(attrs))
223 inline void attrset(attr_t attrs) {
224 if (ERR==::slk_attrset(attrs))
  /external/webkit/Source/WebCore/html/
HTMLViewSourceDocument.cpp 85 RefPtr<NamedNodeMap> attrs = NamedNodeMap::create(); local
86 attrs->addAttribute(Attribute::createMapped(classAttr, "webkit-line-gutter-backdrop"));
87 div->setAttributeMap(attrs.release());
191 RefPtr<NamedNodeMap> attrs = NamedNodeMap::create(); local
192 attrs->addAttribute(Attribute::createMapped(classAttr, className));
193 span->setAttributeMap(attrs.release());
208 RefPtr<NamedNodeMap> attrs = NamedNodeMap::create(); local
209 attrs->addAttribute(Attribute::createMapped(classAttr, "webkit-line-number"));
210 td->setAttributeMap(attrs.release());
216 attrs = NamedNodeMap::create()
304 RefPtr<NamedNodeMap> attrs = NamedNodeMap::create(); local
    [all...]
  /external/chromium/chrome/browser/resources/
network_menu.js 146 if (this.attrs.remembered) {
147 sendConnect(index, this.attrs.passphrase, '', this.attrs.auto_connect);
238 this.autoConnectCheckbox.checked = this.attrs.auto_connect;
258 var attrs = this.attrs;
259 this.classList.add(attrs.type);
264 this.label_.textContent = attrs.label;
266 if (attrs.network_type == NetworkOther) {
270 } else if (attrs.status && attrs.status != 'unknown')
    [all...]
wrench_menu.js 53 init: function(menu, attrs, model) {
55 this.attrs = attrs;
56 if (this.attrs.font) {
57 this.style.font = attrs.font;
60 if (attrs.command_id == menu.config_.IDC_COPY) {
126 if (this.attrs.font) {
127 this.label_.style.font = this.attrs.font;
128 this.cut_.style.font = this.attrs.font;
149 init: function(menu, attrs, model)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
HoverInterceptorView.java 43 public HoverInterceptorView(Context context, AttributeSet attrs) {
44 super(context, attrs);
  /frameworks/base/core/java/android/view/animation/
AccelerateInterpolator.java 50 public AccelerateInterpolator(Context context, AttributeSet attrs) {
52 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.AccelerateInterpolator);
AnticipateInterpolator.java 42 public AnticipateInterpolator(Context context, AttributeSet attrs) {
43 TypedArray a = context.obtainStyledAttributes(attrs,
DecelerateInterpolator.java 43 public DecelerateInterpolator(Context context, AttributeSet attrs) {
45 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.DecelerateInterpolator);
OvershootInterpolator.java 43 public OvershootInterpolator(Context context, AttributeSet attrs) {
44 TypedArray a = context.obtainStyledAttributes(attrs,
  /frameworks/base/core/java/com/android/internal/widget/
LinearLayoutWithDefaultTouchRecepient.java 43 public LinearLayoutWithDefaultTouchRecepient(Context context, AttributeSet attrs) {
44 super(context, attrs);
  /frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
TestView.java 60 public TestView(Context context, AttributeSet attrs) {
61 super(context, attrs);
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
ViewGroup.java 30 public ViewGroup(Context context, AttributeSet attrs, int defStyle) {
31 super(context, attrs, defStyle);
  /packages/apps/Browser/src/com/android/browser/
BrowserYesNoPreference.java 27 public BrowserYesNoPreference(Context context, AttributeSet attrs) {
28 super(context, attrs);
  /packages/apps/Camera/src/com/android/camera/
CameraPreference.java 41 public CameraPreference(Context context, AttributeSet attrs) {
44 attrs, R.styleable.CameraPreference, 0, 0);
RecordLocationPreference.java 38 public RecordLocationPreference(Context context, AttributeSet attrs) {
39 super(context, attrs);
  /packages/apps/Camera/src/com/android/camera/ui/
CheckedLinearLayout.java 30 public CheckedLinearLayout(Context context, AttributeSet attrs) {
31 super(context, attrs);
LayoutNotifyView.java 33 public LayoutNotifyView(Context context, AttributeSet attrs) {
34 super(context, attrs);
PreviewSurfaceView.java 28 public PreviewSurfaceView(Context context, AttributeSet attrs) {
29 super(context, attrs);
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactTilePhoneStarredView.java 33 public ContactTilePhoneStarredView(Context context, AttributeSet attrs) {
34 super(context, attrs);
  /packages/apps/Contacts/src/com/android/contacts/widget/
FrameLayoutWithOverlay.java 32 public FrameLayoutWithOverlay(Context context, AttributeSet attrs) {
33 super(context, attrs);
  /packages/apps/Email/src/com/android/email/activity/
AddressTextView.java 50 public AddressTextView(Context context, AttributeSet attrs) {
51 super(context, attrs);
ChipsAddressTextView.java 47 public ChipsAddressTextView(Context context, AttributeSet attrs) {
48 super(context, attrs);
  /packages/apps/Launcher2/src/com/android/launcher2/
StrokedTextView.java 50 public StrokedTextView(Context context, AttributeSet attrs) {
51 super(context, attrs);
52 init(context, attrs, 0);
55 public StrokedTextView(Context context, AttributeSet attrs, int defStyle) {
56 super(context, attrs, defStyle);
57 init(context, attrs, defStyle);
60 private void init(Context context, AttributeSet attrs, int defStyle) {
61 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.StrokedTextView,
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraPreference.java 42 public CameraPreference(Context context, AttributeSet attrs) {
45 attrs, R.styleable.CameraPreference, 0, 0);
RecordLocationPreference.java 38 public RecordLocationPreference(Context context, AttributeSet attrs) {
39 super(context, attrs);

Completed in 955 milliseconds

1 2 3 4 5 6 78 91011>>