Searched refs:page (Results 126 - 150 of 847) sorted by relevance

1234567891011>>

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
H A Dsearchcvs.php7 $pagesize = 25; //results per page
10 $page = (preg_match("/^\d+$/", $_GET["p"]) ? $_GET["p"] : 1); variable
11 $offset = ($page - 1) * $pagesize;
84 dopager($rows, $page, $pagesize);
103 dopager($rows, $page, $pagesize);
220 function pagelink($page, $selected, $linktext = "")
222 $innertext = ($linktext ? $linktext : $page);
223 $text = (!$selected ? "<a href=\"?q=" . sanitize($_GET["q"]) . "&amp;p=$page\">$innertext</a>" : $innertext);
227 function dopager($rows, $page, $pagesize)
229 $startpage = ($page
[all...]
/external/kernel-headers/original/linux/
H A Dvmalloc.h5 #include <asm/page.h> /* pgprot_t */
29 struct page **pages;
51 extern void *vmap(struct page **pages, unsigned int count,
69 struct page ***pages);
/external/webkit/Source/WebCore/page/brew/
H A DEventHandlerBrew.cpp54 Page* page = m_frame->page(); local
55 if (page)
56 page->focusController()->setFocusedFrame(m_frame);
/external/webkit/Source/WebCore/page/qt/
H A DEventHandlerQt.cpp72 Page* page = m_frame->page(); local
73 if (!page)
75 page->focusController()->setFocusedFrame(m_frame);
/external/webkit/Source/WebCore/page/win/
H A DEventHandlerWin.cpp107 Page* page = m_frame->page(); local
108 if (!page)
110 page->focusController()->setFocusedFrame(m_frame);
/external/webkit/Source/WebCore/plugins/
H A DDOMPluginArray.cpp94 Page* page = m_frame->page();
95 if (!page)
97 return page->pluginData();
H A DPluginData.cpp34 PluginData::PluginData(const Page* page) argument
36 initPlugins(page);
73 void PluginData::initPlugins(const Page* page) argument
77 platformStrategies()->pluginStrategy()->getPluginInfo(page, m_plugins);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameNetworkingContext.mm40 return frame() && frame()->page() ? frame()->page()->scheduledRunLoopPairs() : 0;
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageContextMenuClient.cpp37 bool WebPageContextMenuClient::getContextMenuFromProposedMenu(WebPageProxy* page, const Vector<WebContextMenuItemData>& proposedMenuVector, Vector<WebContextMenuItemData>& customMenu, APIObject* userData) argument
49 m_client.getContextMenuFromProposedMenu(toAPI(page), toAPI(proposedMenu.get()), &newMenu, toAPI(userData), m_client.clientInfo);
68 void WebPageContextMenuClient::customContextMenuItemSelected(WebPageProxy* page, const WebContextMenuItemData& itemData) argument
74 m_client.customContextMenuItemSelected(toAPI(page), toAPI(item.get()), m_client.clientInfo);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebFrameNetworkingContext.mm43 return frame() && frame()->page() ? frame()->page()->scheduledRunLoopPairs() : 0;
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
H A DAccessibilityWebPageObject.h41 - (void)setWebPage:(WebKit::WebPage*)page;
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
H A DHitTestResultNodeHandle.cpp51 static void setPageLoaderClient(WKPageRef page) argument
58 WKPageSetPageLoaderClient(page, &loaderClient);
78 setPageLoaderClient(webView.page());
80 WKPageLoadURL(webView.page(), adoptWK(Util::createURLForResource("simple", "html")).get());
H A DResponsivenessTimerDoesntFireEarly.cpp64 static void setPageLoaderClient(WKPageRef page) argument
73 WKPageSetPageLoaderClient(page, &loaderClient);
82 setPageLoaderClient(webView.page());
84 WKPageLoadURL(webView.page(), adoptWK(Util::createURLForResource("simple", "html")).get());
/external/flac/libFLAC/
H A Dogg_encoder_aspect.c66 /*@@@ what about the page? */
99 * - The first packet is flushed to the first page.
101 * - Each metadata packet is flushed to page (this is not required,
196 while(ogg_stream_flush(&aspect->stream_state, &aspect->page) != 0) {
197 if(write_callback(encoder, aspect->page.header, aspect->page.header_len, 0, current_frame, client_data) != FLAC__STREAM_ENCODER_WRITE_STATUS_OK)
199 if(write_callback(encoder, aspect->page.body, aspect->page.body_len, 0, current_frame, client_data) != FLAC__STREAM_ENCODER_WRITE_STATUS_OK)
204 while(ogg_stream_pageout(&aspect->stream_state, &aspect->page) != 0) {
205 if(write_callback(encoder, aspect->page
[all...]
/external/webkit/Tools/MiniBrowser/mac/WebBundle/
H A DWebBundleMain.m40 void didClearWindowObjectForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKBundleScriptWorldRef world, const void *clientInfo)
42 WKURLRef wkURL = WKBundleFrameCopyURL(WKBundlePageGetMainFrame(page));
59 void didCreatePage(WKBundleRef bundle, WKBundlePageRef page, const void* clientInfo)
67 WKBundlePageSetPageLoaderClient(page, &client);
70 void willDestroyPage(WKBundleRef bundle, WKBundlePageRef page, const void* clientInfo)
/external/kernel-headers/original/asm-generic/
H A Dtlb.h22 * and page free order so much..
44 struct page * pages[FREE_PTE_NR];
90 /* keep the page table cache within bounds */
101 static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) argument
105 free_page_and_swap_cache(page);
108 tlb->pages[tlb->nr++] = page;
/external/replicaisland/src/com/replica/replicaisland/
H A DConversationUtils.java59 } else if (parser.getName().equals("page")) {
60 ConversationPage page = new ConversationPage();
65 page.imageResource = value;
68 page.text = context.getText(value);
71 page.title = context.getString(value);
75 currentConversation.pages.add(page);
/external/webkit/Source/WebCore/storage/
H A DStorageEventDispatcher.cpp47 Page* page = sourceFrame->page();
48 if (!page)
51 // We need to copy all relevant frames from every page to a vector since sending the event to one frame might mutate the frame tree
52 // of any given page in the group or mutate the page group itself.
55 // Send events only to our page.
56 for (Frame* frame = page->mainFrame(); frame; frame = frame->tree()->traverseNext()) {
68 // Send events to every page.
69 const HashSet<Page*>& pages = page
[all...]
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebhistory.cpp49 Each QWebHistoryItem instance represents an entry in the history stack of a Web page,
50 containing information about the page, its location, and when it was last visited.
52 The following table shows the properties of the page held by the history item, and
57 \row \o title() \o The page title.
58 \row \o url() \o The location of the page.
59 \row \o originalUrl() \o The URL used to access the page.
60 \row \o lastVisited() \o The date and time of the user's last visit to the page.
61 \row \o icon() \o The icon associated with the page that was provided by the server.
127 Returns the title of the page associated with the history item.
140 Returns the date and time that the page associate
266 WebCore::Page* page = static_cast<WebCore::BackForwardListImpl*>(lst)->page(); local
370 WebCore::Page* page = static_cast<WebCore::BackForwardListImpl*>(d->lst)->page(); local
384 WebCore::Page* page = static_cast<WebCore::BackForwardListImpl*>(d->lst)->page(); local
396 WebCore::Page* page = static_cast<WebCore::BackForwardListImpl*>(d->lst)->page(); local
555 QWebPagePrivate* QWebHistoryPrivate::page() function in class:QWebHistoryPrivate
[all...]
/external/webkit/Tools/MiniBrowser/mac/
H A DBrowserWindowController.m252 static void didStartProvisionalLoadForFrame(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void *clientInfo)
257 static void didReceiveServerRedirectForProvisionalLoadForFrame(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void *clientInfo)
262 static void didFailProvisionalLoadWithErrorForFrame(WKPageRef page, WKFrameRef frame, WKErrorRef error, WKTypeRef userData, const void *clientInfo)
267 static void didCommitLoadForFrame(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void *clientInfo)
272 static void didFinishDocumentLoadForFrame(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void *clientInfo)
277 static void didFinishLoadForFrame(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void *clientInfo)
282 static void didFailLoadWithErrorForFrame(WKPageRef page, WKFrameRef frame, WKErrorRef error, WKTypeRef userData, const void *clientInfo)
287 static void didSameDocumentNavigationForFrame(WKPageRef page, WKFrameRef frame, WKSameDocumentNavigationType type, WKTypeRef userData, const void *clientInfo)
292 static void didReceiveTitleForFrame(WKPageRef page, WKStringRef title, WKFrameRef frame, WKTypeRef userData, const void *clientInfo)
299 static void didFirstLayoutForFrame(WKPageRef page, WKFrameRe
[all...]
/external/webkit/Source/WebCore/loader/
H A DHistoryController.cpp58 static inline void addVisitedLink(Page* page, const KURL& url) argument
61 platformStrategies()->visitedLinkStrategy()->addVisitedLink(page, visitedLinkHash(url.string().characters(), url.string().length()));
63 page->group().addVisitedLink(url);
98 first time we draw the page is already scrolled to the right place, instead of starting at the top and later
114 // early and from a user standpoint - as in the above radar - the previous page load failed
143 // For a standard page load, we will have a previous item set, which will be used to
151 // that we keep track of the end of a page transition with m_frameLoadComplete. We
246 Page* page = m_frame->page(); local
247 if (!page)
436 Page* page = m_frame->page(); local
745 Page* page = m_frame->page(); local
[all...]
/external/yaffs2/yaffs2/mtdemul/
H A Dnandemul2k.c75 nandemul_Page *page[PAGES_PER_BLOCK]; member in struct:__anon17132
101 static void nandemul2k_Read(void *buffer, int page, int start, int nBytes) argument
103 int pg = page%PAGES_PER_BLOCK;
104 int blk = page/PAGES_PER_BLOCK;
107 memcpy(buffer,&ned.block[blk]->page[pg]->data[start],nBytes);
112 static void nandemul2k_Program(const void *buffer, int page, int start, int nBytes) argument
114 int pg = page%PAGES_PER_BLOCK;
115 int blk = page/PAGES_PER_BLOCK;
119 p = &ned.block[blk]->page[pg]->data[start];
145 memset(blk->page[
321 int start, page; local
379 int col, page; local
425 int start, page; local
483 int col, page; local
[all...]
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.h90 static void executeCoreCommandByName(QWebPage* page, const QString& name, const QString& value);
91 static bool isCommandEnabled(QWebPage* page, const QString& name);
92 static bool findString(QWebPage* page, const QString& string, const QStringList& optionArray);
93 static void setSmartInsertDeleteEnabled(QWebPage* page, bool enabled);
94 static void setSelectTrailingWhitespaceEnabled(QWebPage* page, bool enabled);
95 static QVariantList selectedRange(QWebPage* page);
96 static QVariantList firstRectForCharacterRange(QWebPage* page, int location, int length);
106 static void setCaretBrowsingEnabled(QWebPage* page, bool value);
118 static void webInspectorExecuteScript(QWebPage* page, long callId, const QString& script);
119 static void webInspectorShow(QWebPage* page);
[all...]
H A DDumpRenderTreeSupportQt.cpp178 void DumpRenderTreeSupportQt::setFrameFlatteningEnabled(QWebPage* page, bool enabled) argument
180 QWebPagePrivate::core(page)->settings()->setFrameFlatteningEnabled(enabled);
183 void DumpRenderTreeSupportQt::webPageSetGroupName(QWebPage* page, const QString& groupName) argument
185 page->handle()->page->setGroupName(groupName);
188 QString DumpRenderTreeSupportQt::webPageGroupName(QWebPage* page) argument
190 return page->handle()->page->groupName();
193 void DumpRenderTreeSupportQt::webInspectorExecuteScript(QWebPage* page, long callId, const QString& script) argument
196 if (!page
202 webInspectorClose(QWebPage* page) argument
211 webInspectorShow(QWebPage* page) argument
220 setTimelineProfilingEnabled(QWebPage* page, bool enabled) argument
466 setCaretBrowsingEnabled(QWebPage* page, bool value) argument
480 setSmartInsertDeleteEnabled(QWebPage* page, bool enabled) argument
486 setSelectTrailingWhitespaceEnabled(QWebPage* page, bool enabled) argument
492 executeCoreCommandByName(QWebPage* page, const QString& name, const QString& value) argument
497 isCommandEnabled(QWebPage* page, const QString& name) argument
502 findString(QWebPage* page, const QString& string, const QStringList& optionArray) argument
564 selectedRange(QWebPage* page) argument
588 firstRectForCharacterRange(QWebPage* page, int location, int length) argument
626 setEditingBehavior(QWebPage* page, const QString& editingBehavior) argument
734 viewportAsText(QWebPage* page, int deviceDPI, const QSize& deviceSize, const QSize& availableSize) argument
779 resetGeolocationMock(QWebPage* page) argument
788 setMockGeolocationPermission(QWebPage* page, bool allowed) argument
797 setMockGeolocationPosition(QWebPage* page, double latitude, double longitude, double accuracy) argument
806 setMockGeolocationError(QWebPage* page, int errorCode, const QString& message) argument
826 numberOfPendingGeolocationPermissionRequests(QWebPage* page) argument
923 addUserStyleSheet(QWebPage* page, const QString& sourceCode) argument
1002 contextMenu(QWebPage* page) argument
1016 setMinimumTimerInterval(QWebPage* page, double interval) argument
1152 qt_webpage_groupName(QWebPage* page) argument
1157 qt_webpage_setGroupName(QWebPage* page, const QString& groupName) argument
[all...]
/external/webkit/Source/WebKit/qt/tests/qwebview/
H A Dtst_qwebview.cpp148 QPointer<QWebPage> page = new QWebPage; local
149 view1->setPage(page);
150 page->settings()->setAttribute(QWebSettings::PluginsEnabled, true);
151 QWebFrame* mainFrame = page->mainFrame();
161 QVERIFY(page != 0); // deleting view must not have deleted the page, since it's not a child of view
164 view2->setPage(page);
169 delete page; // must not crash
205 // Test page should have frames.
215 QWebPage* page local
[all...]

Completed in 607 milliseconds

1234567891011>>