Searched refs:scrolled (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dtask_manager_gtk.cc504 // Wrap the treeview widget in a scrolled window in order to have a frame.
505 GtkWidget* scrolled = gtk_scrolled_window_new(NULL, NULL); local
506 gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(scrolled),
508 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scrolled),
511 gtk_container_add(GTK_CONTAINER(GTK_DIALOG(dialog_)->vbox), scrolled);
529 gtk_container_add(GTK_CONTAINER(scrolled), treeview_);
/external/webkit/Source/WebCore/page/
H A DEventHandler.cpp520 // Check for a box that can be scrolled in its own right.
525 // This can be scrolled by calling Chrome::scrollRectIntoView.
1102 bool scrolled = false; local
1106 scrolled = true;
1109 scrolled = true;
1111 if (scrolled)
/external/webkit/Source/WebCore/rendering/
H A DRenderBox.cpp629 bool scrolled = false; local
636 scrolled = l->scroll(logicalToPhysical(ScrollInlineDirectionBackward, isHorizontalWritingMode(), style()->isFlippedBlocksWritingMode()), ScrollByDocument, multiplier);
639 scrolled = true;
641 if (scrolled) {
1950 // treated differently, since WinIE lets scrolled overflow regions shrink as needed.
2314 * viewport, and all scrollable boxes should be assumed to be scrolled to their
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 823 milliseconds