Home | History | Annotate | Download | only in jni

Lines Matching refs:get

90         list->removeItem(entries[i].get());
116 pFrame->loader()->history()->setCurrentItem(current.get());
151 page->backForwardList()->entries()[index].get();
163 // Get the actual bytes and the length from the java array.
170 RefPtr<WebHistoryItem> bridge = new WebHistoryItem(env, obj, newItem.get());
171 newItem->setBridge(bridge.get());
180 read_item_recursive(newItem.get(), &ptr, (int)size);
189 bridge->updateHistoryItem(newItem.get());
243 webItem = m_parent.get();
268 if (!realItem.get())
287 // Try to get the favicon from the history item. For some pages like Grand
289 // item, try to get the icon using the url without the ref.
304 env->CallVoidMethod(realItem.get(), gWebHistoryItem.mUpdate, urlStr,
325 if (item->bridge() || !list.get())
343 env->CallVoidMethod(list.get(), gWebBackForwardList.mAddHistoryItem, newItem);
351 if (list.get())
352 list.env()->CallVoidMethod(list.get(), gWebBackForwardList.mRemoveHistoryItem, index);
357 if (list.get())
358 list.env()->CallVoidMethod(list.get(), gWebBackForwardList.mSetCurrentIndex, newIndex);
380 // data to get the position to write the length.
451 WebCore::HistoryItem* item = (*i).get();
674 if (!read_item_recursive(child.get(), pData, end - data)) {
698 WebCore::HistoryItem* testItem = item.get();
799 // Get notified of all changes to history items.