Searched refs:bookmarkNames (Results 1 – 1 of 1) sorted by relevance
89 String[] bookmarkNames = xBookmarks.getElementNames(); in getBookmarkContents() local90 String[] bookmarkContents = new String[bookmarkNames.length]; in getBookmarkContents()91 for (int i = 0; i < bookmarkNames.length; i++) { in getBookmarkContents()92 Object xBookmark = xBookmarks.getByName(bookmarkNames[i]); in getBookmarkContents()
Completed in 18 milliseconds