HomeSort by relevance Sort by last modified time
    Searched refs:currentItemIndex (Results 1 - 25 of 32) sorted by null

1 2

  /external/webkit/Source/WebKit/qt/Api/
qwebhistory.h 92 int currentItemIndex() const;
qwebhistory.cpp 434 int QWebHistory::currentItemIndex() const
501 target << history.count() << history.currentItemIndex();
  /frameworks/support/v4/ics/android/support/v4/view/accessibility/
AccessibilityRecordCompatIcs.java 142 public static void setCurrentItemIndex(Object record, int currentItemIndex) {
143 ((AccessibilityRecord) record).setCurrentItemIndex(currentItemIndex);
  /external/webkit/Source/WebKit/qt/tests/qwebhistory/
tst_qwebhistory.cpp 237 int oldCurrentIndex = hist->currentItemIndex();
244 QVERIFY(hist->currentItemIndex() != oldCurrentIndex);
246 oldCurrentIndex = hist->currentItemIndex();
254 QCOMPARE(hist->currentItemIndex(), oldCurrentIndex);
  /frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityRecordCompat.java 52 public void setCurrentItemIndex(Object record, int currentItemIndex);
202 public void setCurrentItemIndex(Object record, int currentItemIndex) {
410 public void setCurrentItemIndex(Object record, int currentItemIndex) {
411 AccessibilityRecordCompatIcs.setCurrentItemIndex(record, currentItemIndex);
741 * @param currentItemIndex The current item index.
745 public void setCurrentItemIndex(int currentItemIndex) {
746 IMPL.setCurrentItemIndex(mRecord, currentItemIndex);
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityRecord.java 334 * @param currentItemIndex The current item index.
338 public void setCurrentItemIndex(int currentItemIndex) {
340 mCurrentItemIndex = currentItemIndex;
811 builder.append("; CurrentItemIndex: " + mCurrentItemIndex);
  /external/webkit/Tools/DumpRenderTree/gtk/
DumpRenderTree.cpp 363 gint currentItemIndex = g_list_length(itemsToPrint) - 1;
375 dumpHistoryItem(item, historyItemIndent, i == currentItemIndex);
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm     [all...]
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 660 int currentItemIndex = itemsToPrint.size() - 1;
680 dumpHistoryItem(historyItemToPrint.get(), 8, i == currentItemIndex);
    [all...]
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundlePage.cpp     [all...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/bitmapfun/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /sdk/testapps/javaProjectTest/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/libsAndJarTest/lib1/libs/
android-support-v4.jar 

Completed in 799 milliseconds

1 2