Searched defs:forwards (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DWebViewFindApisTestBase.java94 * @param forwards The direction to search as a boolean, with forwards
99 protected int findNextOnUiThread(final boolean forwards) argument
111 mContents.findNext(forwards);
/external/chromium/chrome/browser/ui/panels/
H A Dpanel.cc171 void Panel::RotatePaneFocus(bool forwards) { argument
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc259 // Delegate implementation for BrowserViewLayout. Usually just forwards calls
1120 void BrowserView::RotatePaneFocus(bool forwards) { argument
1122 forwards ?
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DCodeGeneratorInspector.py1728 # Do not generate forwards for this type any longer.
2333 forwards="".join(Generator.type_builder_forwards), variable
/external/chromium_org/third_party/icu/source/i18n/
H A Dusearch.cpp483 * @param shift table for forwards shift
936 // we have been iterating forwards previously
1141 * @param forwards flag TRUE if we are moving in th forwards direction
1146 UBool forwards)
1150 if (FALSE && !forwards && inNormBuf(coleiter) && !isFCDPointerNull(coleiter)) {
3158 * beginning of the collation element iterator and iterate forwards that
1145 getColElemIterOffset(const UCollationElements *coleiter, UBool forwards) argument
H A Ducol.cpp199 * @param forwards boolean to indicate if forwards iteration is used,
204 UBool forwards)
225 if (forwards) {
2180 * Special normalization function for contraction in the forwards iterator.
2221 * for the forwards iterator.
3444 /* to ensure that the backwards and forwards iteration matches, we
203 loadState(collIterate *data, const collIterateState *backup, UBool forwards) argument
/external/icu4c/i18n/
H A Dusearch.cpp483 * @param shift table for forwards shift
936 // we have been iterating forwards previously
1141 * @param forwards flag TRUE if we are moving in th forwards direction
1146 UBool forwards)
1150 if (FALSE && !forwards && inNormBuf(coleiter) && !isFCDPointerNull(coleiter)) {
3158 * beginning of the collation element iterator and iterate forwards that
1145 getColElemIterOffset(const UCollationElements *coleiter, UBool forwards) argument
H A Ducol.cpp220 * @param forwards boolean to indicate if forwards iteration is used,
225 UBool forwards)
246 if (forwards) {
2255 * Special normalization function for contraction in the forwards iterator.
2296 * for the forwards iterator.
3519 /* to ensure that the backwards and forwards iteration matches, we
224 loadState(collIterate *data, const collIterateState *backup, UBool forwards) argument
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.cc870 void BrowserWindowGtk::RotatePaneFocus(bool forwards) { argument
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc810 void BrowserView::RotatePaneFocus(bool forwards) { argument
811 // This gets called when the user presses F6 (forwards) or Shift+F6
856 if (forwards)
/external/chromium_org/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.cc993 void BrowserWindowGtk::RotatePaneFocus(bool forwards) { argument

Completed in 346 milliseconds