/external/webkit/Source/WebKit/gtk/po/ |
hu.po | 187 msgid "Horizontal Scrollbar Policy" 191 msgid "Determines the current policy for the horizontal scrollbar of the frame." 195 msgid "Vertical Scrollbar Policy" 199 msgid "Determines the current policy for the vertical scrollbar of the frame." [all...] |
ko.po | 397 msgid "Horizontal Scrollbar Policy" 402 "Determines the current policy for the horizontal scrollbar of the frame." 406 msgid "Vertical Scrollbar Policy" 410 msgid "Determines the current policy for the vertical scrollbar of the frame." [all...] |
lt.po | 193 msgid "Horizontal Scrollbar Policy" 198 "Determines the current policy for the horizontal scrollbar of the frame." 202 msgid "Vertical Scrollbar Policy" 206 msgid "Determines the current policy for the vertical scrollbar of the frame." [all...] |
pt.po | 192 msgid "Horizontal Scrollbar Policy" 197 "Determines the current policy for the horizontal scrollbar of the frame." 203 msgid "Vertical Scrollbar Policy" 207 msgid "Determines the current policy for the vertical scrollbar of the frame." [all...] |
pt_BR.po | 191 msgid "Horizontal Scrollbar Policy" 196 "Determines the current policy for the horizontal scrollbar of the frame." 201 msgid "Vertical Scrollbar Policy" 205 msgid "Determines the current policy for the vertical scrollbar of the frame." [all...] |
sl.po | 195 msgid "Horizontal Scrollbar Policy" 199 msgid "Determines the current policy for the horizontal scrollbar of the frame." 203 msgid "Vertical Scrollbar Policy" 207 msgid "Determines the current policy for the vertical scrollbar of the frame." [all...] |
sr@latin.po | 196 msgid "Horizontal Scrollbar Policy" 201 "Determines the current policy for the horizontal scrollbar of the frame." 205 msgid "Vertical Scrollbar Policy" 209 msgid "Determines the current policy for the vertical scrollbar of the frame." [all...] |
vi.po | 189 msgid "Horizontal Scrollbar Policy" 194 "Determines the current policy for the horizontal scrollbar of the frame." 198 msgid "Vertical Scrollbar Policy" 202 msgid "Determines the current policy for the vertical scrollbar of the frame."
|
id.po | 400 msgid "Horizontal Scrollbar Policy" 405 "Determines the current policy for the horizontal scrollbar of the frame." 410 msgid "Vertical Scrollbar Policy" 414 msgid "Determines the current policy for the vertical scrollbar of the frame." [all...] |
it.po | 417 msgid "Horizontal Scrollbar Policy" 422 "Determines the current policy for the horizontal scrollbar of the frame." 428 msgid "Vertical Scrollbar Policy" 432 msgid "Determines the current policy for the vertical scrollbar of the frame." [all...] |
nl.po | 398 msgid "Horizontal Scrollbar Policy" 403 "Determines the current policy for the horizontal scrollbar of the frame." 407 msgid "Vertical Scrollbar Policy" 411 msgid "Determines the current policy for the vertical scrollbar of the frame." [all...] |
/external/webkit/Source/WebKit/gtk/tests/ |
testwebview.c | 251 /* Make sure the scrollbar has been reset */
|
/external/webkit/Source/WebKit2/UIProcess/win/ |
WebView.cpp | 318 // We create an invisible vertical scrollbar and an invisible horizontal scrollbar to allow 320 ::CreateWindow(TEXT("SCROLLBAR"), TEXT("FAKETRACKPOINTHSCROLLBAR"), WS_CHILD | WS_VISIBLE | SBS_HORZ, 0, 0, 0, 0, m_window, 0, instanceHandle(), 0); 321 ::CreateWindow(TEXT("SCROLLBAR"), TEXT("FAKETRACKPOINTVSCROLLBAR"), WS_CHILD | WS_VISIBLE | SBS_VERT, 0, 0, 0, 0, m_window, 0, instanceHandle(), 0); [all...] |
/packages/apps/Contacts/res/values/ |
dimens.xml | 104 <!-- Padding to be used between a visible scrollbar and the contact list -->
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
KeyCheckPage.java | 326 * Updates the scrollbar to match the content of the {@link FormText} or the new size
|
/external/webkit/Source/WebCore/accessibility/mac/ |
AccessibilityObjectWrapper.mm | [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderTextControl.cpp | 458 // FIXME: We should get the size of the scrollbar from the RenderTheme instead. 471 // We are able to have a horizontal scrollbar if the overflow style is scroll, or if its auto and there's no word wrap.
|
RenderTableCell.cpp | [all...] |
/sdk/traceview/src/com/android/traceview/ |
TimeLineView.java | 43 import org.eclipse.swt.widgets.ScrollBar; 230 final ScrollBar vBar = mSurface.getVerticalBar(); 245 final ScrollBar hBar = mSurface.getHorizontalBar(); [all...] |
/external/doclava/res/assets/templates/assets/ |
doclava-developer-core.css | 19 overflow:hidden; /* keeps scrollbar off IE */
|
/external/skia/src/views/ |
SkListWidget.cpp | 434 if (dom.findBool(node, "scrollBar", &hasScrollBar))
|
/external/webkit/Source/WebCore/accessibility/ |
AXObjectCache.cpp | 260 newObj = AccessibilityScrollbar::create(static_cast<Scrollbar*>(widget));
|
AccessibilityObject.h | 410 virtual AccessibilityObject* scrollBar(AccessibilityOrientation) const { return 0; }
|
/external/webkit/Source/WebCore/inspector/front-end/ |
SourceCSSTokenizer.re2js | 82 "scroll", "scrollbar", "se-resize", "searchfield", "searchfield-cancel-button", "searchfield-decoration", "searchfield-results-button",
|
/external/webkit/Source/WebKit/chromium/src/ |
WebFrameImpl.cpp | [all...] |