Searched refs:currentItem (Results 1 - 17 of 17) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowViewPager.java15 private int currentItem; field in class:ShadowViewPager
30 return currentItem;
43 currentItem = position;
/external/chromium_org/third_party/WebKit/Source/core/history/
H A DBackForwardController.h68 HistoryItem* currentItem() { return itemAtIndex(0); } function in class:WebCore::BackForwardController
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLCollection.cpp456 Node* currentItem = cachedItem();
457 ASSERT(currentItem);
462 while ((currentItem = itemBefore(currentItem))) {
466 setItemCache(currentItem, currentOffset, 0);
467 return currentItem;
476 currentItem = traverseChildNodeListForwardToOffset(offset, currentItem, currentOffset);
478 currentItem = traverseLiveNodeListForwardToOffset(offset, toElement(currentItem), currentOffse
[all...]
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DHistoryController.h64 HistoryItem* currentItem() const { return m_currentItem.get(); } function in class:WebCore::HistoryController
H A DFrameLoader.cpp480 if (history()->currentItem() && m_loadType == FrameLoadTypeBackForward)
481 m_frame->document()->statePopped(history()->currentItem()->stateObject());
806 // If there is no currentItem, but we still want to engage in
810 RefPtr<HistoryItem> currentItem = history()->currentItem(); local
811 if (!currentItem) {
1341 history()->saveScrollPositionAndViewStateToItem(history()->currentItem());
1487 RefPtr<HistoryItem> item = m_frame->page()->mainFrame()->loader()->history()->currentItem();
1820 if (!history()->currentItem())
1822 return url == history()->currentItem()
1917 HistoryItem* currentItem = history()->currentItem(); local
1928 RefPtr<HistoryItem> currentItem = HistoryItem::create(); local
[all...]
H A DHistoryController.cpp100 // FIXME: As the ASSERT attests, it seems we should always have a currentItem here.
149 frame->loader()->history()->saveScrollPositionAndViewStateToItem(frame->loader()->history()->currentItem());
230 RefPtr<HistoryItem> currentItem = page->backForward()->currentItem(); local
237 recursiveSetProvisionalItem(targetItem, currentItem.get());
239 recursiveGoToItem(targetItem, currentItem.get());
392 // Restore form state (works from currentItem)
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DHistory.cpp73 if (HistoryItem* historyItem = m_frame->loader()->history()->currentItem())
/external/chromium_org/chrome/browser/resources/file_manager/js/
H A Daction_choice.js201 var currentItem = this.list_.dataModel.item(
213 if (this.list_.dataModel.item(i) == currentItem) {
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DProgrammaticScrollTest.cpp218 history->currentItem()->setPageScaleFactor(0.0f);
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp1071 QString sel(networkList->currentItem()->text());
1136 QString sel(networkList->currentItem()->text());
1193 QString sel(networkList->currentItem()->text());
1213 QString sel(networkList->currentItem()->text());
1225 QString sel(networkList->currentItem()->text());
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFrameImpl.cpp940 RefPtr<HistoryItem> currentItem = frame()->loader()->history()->currentItem(); local
941 m_inSameDocumentHistoryLoad = currentItem && currentItem->shouldDoSameDocumentNavigationTo(historyItem.get());
1035 return WebHistoryItem(frame()->page()->backForward()->currentItem());
2166 HistoryItem* parentItem = frame()->loader()->history()->currentItem();
H A DContextMenuClientImpl.cpp288 RefPtr<HistoryItem> historyItem = selectedFrame->loader()->history()->currentItem();
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp1867 return FormController::getReferencedFilePaths(frame()->loader()->history()->currentItem()->documentState());
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/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 ...

Completed in 1117 milliseconds