HomeSort by relevance Sort by last modified time
    Searched refs:top (Results 651 - 675 of 959) sorted by null

<<21222324252627282930>>

  /external/stlport/stlport/stl/
_queue.h 222 const_reference top() const { return c.front(); } function in class:priority_queue
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-216320.js 691 top.location="logoff.jsp";
695 if(csr==null){ top.location="logoff.jsp"; }
697 else{ top.location="logoff.jsp"; }
701 top.location="pbcmain.jsp";
951 return top.confirm(msg);
  /external/webkit/WebCore/bindings/objc/
DOMCSS.h 276 - (NSString *)top;
277 - (void)setTop:(NSString *)top;
  /external/webkit/WebCore/editing/
TextIterator.cpp 137 bool BitStack::top() const function in class:WebCore::BitStack
227 stack.push(fullyClipsContents(node) || (stack.top() && !ignoresContainerClip(node)));
432 if (m_fullyClippedStack.top())
554 if (m_fullyClippedStack.top())
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 232 SkLength left, top, right, bottom; local
234 top = convertLength(view->style()->top());
250 m_contentLayer->setFixedPosition(left, top, right, bottom,
  /external/webkit/WebCore/platform/gtk/
gtkdrawing.h 327 * top/bottom: [OUT] the widget's top/bottom border
334 gint moz_gtk_get_widget_border(GtkThemeWidgetType widget, gint* left, gint* top,
  /external/webkit/WebCore/platform/qt/
RenderThemeQt.cpp 227 int paddingTop = layoutRect.top() - originalRect.top();
459 paddingTop = contentsRect.top() - layoutRect.top();
  /external/webkit/WebCore/plugins/gtk/
PluginViewGtk.cpp 533 m_npWindow.clipRect.top = m_clipRect.y();
550 m_npWindow.clipRect.top = 0;
749 IntRect r(rect->left, rect->top, rect->right - rect->left, rect->bottom - rect->top);
  /external/webkit/WebCore/plugins/qt/
PluginViewQt.cpp 491 m_npWindow.clipRect.top = m_clipRect.y();
499 m_npWindow.clipRect.top = 0;
666 IntRect r(rect->left, rect->top, rect->right - rect->left, rect->bottom - rect->top);
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.h 80 virtual WebFrame* top() const;
  /external/webkit/WebKitTools/Scripts/webkitpy/
autoinstall.py 64 - added support for non top level packages.
171 """bind a top level package name to a URL.
326 # Can now also bind to non top level packages. The packages
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 239 topBound = oldBounds.top;
Gallery.java 784 mSpinnerPadding.top + mSpinnerPadding.bottom, lp.height);
814 * @return Where the top of the child should be
823 case Gravity.TOP:
824 childTop = mSpinnerPadding.top;
828 - mSpinnerPadding.top - childHeight;
829 childTop = mSpinnerPadding.top + (availableSpace / 2);
    [all...]
  /frameworks/base/core/jni/
android_view_Surface.cpp 306 dirty.top = env->GetIntField(dirtyRect, ro.t);
348 clipReg.setRect(b.left, b.top, b.right, b.bottom);
353 clipReg.op(r->left, r->top, r->right, r->bottom, SkRegion::kUnion_Op);
366 env->SetIntField(dirtyRect, ro.t, bounds.top);
710 ro.t = env->GetFieldID(rect, "top", "I");
  /frameworks/base/graphics/java/android/graphics/drawable/
ScaleDrawable.java 223 mScaleState.mDrawable.setBounds(r.left, r.top, r.right, r.bottom);
  /frameworks/base/include/ui/egl/
android_natives.h 49 int32_t top; member in struct:android_native_rect_t
  /frameworks/base/opengl/include/GLES/
gl.h 601 GL_API void GL_APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
619 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
671 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
707 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 428 // C function void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
434 float top,
439 // C function void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
445 int top,
798 // C function void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
804 float top,
809 // C function void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
815 int top,
    [all...]
  /frameworks/base/opengl/tests/angeles/include/GLES/
gl.h 512 GLAPI void APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
513 GLAPI void APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
545 GLAPI void APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
546 GLAPI void APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
  /frameworks/base/services/surfaceflinger/DisplayHardware/
DisplayHardware.cpp 325 b.left, b.top, b.width(), b.height());
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Bitmap.java 168 canvas.translate(-deviceR.left, -deviceR.top);
  /ndk/build/core/
setup-toolchain.mk 170 # will build all modules that were listed from the top-level Android.mk
173 WANTED_MODULES := $(call modules-get-top-list)
  /ndk/sources/android/stlport/stlport/stl/
_queue.h 222 const_reference top() const { return c.front(); } function in class:priority_queue
  /packages/apps/Gallery3D/src/com/cooliris/wallpaper/
Slideshow.java 178 rect.top -= amountToGrowY * grow.x;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboard.java 492 final int drawableY = (height + hintIconPadding.top - hintIconPadding.bottom
539 final int top = (int)(baseline - arrowHeight); local
541 lArrow.setBounds((int)(remains - arrowWidth), top, (int)remains, (int)baseline);
542 rArrow.setBounds((int)(remains + textWidth), top, (int)(remains + textWidth + arrowWidth),
    [all...]

Completed in 343 milliseconds

<<21222324252627282930>>