HomeSort by relevance Sort by last modified time
    Searched defs:page (Results 251 - 275 of 353) sorted by null

<<1112131415

  /external/webkit/Source/WebCore/rendering/
RenderLayerCompositor.cpp 44 #include "Page.h"
172 // We allow the chrome to override the settings, in case the page is rendered
176 Page* page = frame ? frame->page() : 0; local
177 if (page) {
178 ChromeClient* chromeClient = page->chrome()->client();
206 Page* page = frame ? frame->page() : 0 local
1373 Page* page = frame ? frame->page() : 0; local
1891 Page* page = frame ? frame->page() : 0; local
1930 Page* page = frame ? frame->page() : 0; local
    [all...]
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
FrameLoaderClientHaiku.cpp 42 #include "Page.h"
724 RefPtr<Frame> childFrame = Frame::create(m_frame->page(), ownerElement, this);
749 void FrameLoaderClientHaiku::didTransferChildFrameToNewDocument(Page*)
753 void FrameLoaderClientHaiku::transferLoadingResourceFromPage(unsigned long, DocumentLoader*, const ResourceRequest&, Page*)
839 Page* page = m_frame->page(); local
840 ASSERT(page);
842 bool isMainFrame = m_frame == page->mainFrame();
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp 61 #include "Page.h"
219 QWebFrameData::QWebFrameData(WebCore::Page* parentPage, WebCore::Frame* parentFrame,
224 , page(parentPage)
230 frame = Frame::create(page, ownerElement, frameLoaderClient);
254 if (page == newPage)
260 if (q->parent() == qobject_cast<QObject*>(page))
263 page = newPage;
390 if (frame->page()->inspectorController()->highlightedNode()) {
392 frame->page()->inspectorController()->drawNodeHighlight(*context);
473 \brief The QWebFrame class represents a frame in a web page
855 QWebPage *QWebFrame::page() const function in class:QWebFrame
1492 int page = fromPage; local
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp 103 #include <WebCore/Page.h>
190 WebView* kit(Page* page)
192 return page ? static_cast<WebChromeClient*>(page->chrome()->client())->webView() : 0;
468 // Page cache capacity (in pages)
493 // Page cache capacity (in pages)
539 // Page cache capacity (in pages)
540 // (Research indicates that value / page drops substantially after 3 pages.)
1253 Page* WebView::page() function in class:WebView
    [all...]
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
FrameLoaderClientWinCE.cpp 36 #include "Page.h"
175 void FrameLoaderClientWinCE::didTransferChildFrameToNewDocument(Page*)
179 void FrameLoaderClientWinCE::transferLoadingResourceFromPage(unsigned long, DocumentLoader*, const WebCore::ResourceRequest&, Page*)
627 Page* page = m_frame->page(); local
628 ASSERT(page);
630 bool isMainFrame = m_frame == page->mainFrame();
  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 433 // create our primary testing page/view.
446 // testing of cross-page frame lookup.
479 // dump results itself when the last page loaded in the test has finished loading.
512 static void clearHistory(QWebPage* page)
514 // QWebHistory::clear() leaves current page, so remove it as well by setting
517 QWebHistory* history = page->history();
882 QString DumpRenderTree::dumpBackForwardList(QWebPage* page)
884 QWebHistory* history = page->history();
963 QWebPage* page = qobject_cast<QWebPage*>(widget->findChild<QWebPage*>()); local
964 fprintf(stdout, "%s", dumpBackForwardList(page).toUtf8().constData())
1094 QWebPage* page = static_cast<QWebPage*>(new WebPage(container, this)); local
1113 QWebPage* page = qobject_cast<QWebPage*>(sender()); local
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 586 def page(self, message): member in class:MockUser
  /frameworks/av/media/libstagefright/
OggExtractor.cpp 85 struct Page {
101 Page mCurrentPage;
118 ssize_t readPage(off64_t offset, Page *page);
258 // Given the offset of the "current" page, find the page immediately preceding
260 // To do this we back up from the "current" page's offset until we find any
261 // page preceding it and then scan forward to just before the current page.
288 // We did not find a page preceding this one
648 Page page; local
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardWidgetPager.java 238 View page = getPageAt(mPage); local
239 if (page instanceof ViewGroup) {
240 ViewGroup vg = (ViewGroup) page;
295 // pages (e.g. the "add widget" page)
654 // that the widget on the current page is small.
851 // Bump up the current page to account for the addition of the new page
    [all...]
  /packages/apps/Browser/tests/src/com/android/browser/
PopularUrlsTest.java 303 Log.w(TAG, "page timeout. trying to stop.");
304 // try to stop page load
321 private int page; field in class:PopularUrlsTest.RunStatus
333 page = 0;
345 page = Integer.parseInt(line);
380 output.write(page + newLine);
398 page = 0;
402 ++page;
411 return page;
433 * @param clearCache determines whether the cache is cleared before loading each page
446 String page; local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 646 // Set the anchor view if the page is scrolling
788 int page = workspace.getNextPage(); local
790 CellLayout leftPage = (CellLayout) workspace.getChildAt(isRtl ? page + 1 : page - 1);
791 CellLayout rightPage = (CellLayout) workspace.getChildAt(isRtl ? page - 1 : page + 1);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
form.h 61 short pmin; /* index of first field on page */
62 short pmax; /* index of last field on page */
63 short smin; /* index of top leftmost field on page */
64 short smax; /* index of bottom rightmost field on page */
83 short page; /* page on form */ member in struct:fieldnode
144 short curpage; /* index into page */
151 _PAGE * page; /* page [maxpage] */ member in struct:formnode
190 #define REQ_NEXT_PAGE (KEY_MAX + 1) /* move to next page */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
form.h 61 short pmin; /* index of first field on page */
62 short pmax; /* index of last field on page */
63 short smin; /* index of top leftmost field on page */
64 short smax; /* index of bottom rightmost field on page */
83 short page; /* page on form */ member in struct:fieldnode
144 short curpage; /* index into page */
151 _PAGE * page; /* page [maxpage] */ member in struct:formnode
190 #define REQ_NEXT_PAGE (KEY_MAX + 1) /* move to next page */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
form.h 61 short pmin; /* index of first field on page */
62 short pmax; /* index of last field on page */
63 short smin; /* index of top leftmost field on page */
64 short smax; /* index of bottom rightmost field on page */
83 short page; /* page on form */ member in struct:fieldnode
144 short curpage; /* index into page */
151 _PAGE * page; /* page [maxpage] */ member in struct:formnode
190 #define REQ_NEXT_PAGE (KEY_MAX + 1) /* move to next page */
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java 97 * Multi-page form editor for /res/layout XML files.
138 /** Multiplexing outline, used for multi-page editors that have their own outline */
295 AdtPlugin.log(e, "Error creating nested page"); //$NON-NLS-1$
301 // Optional: set the default page. Eventually a default page might be
302 // restored by selectDefaultPage() later based on the last page used by the user.
303 // For example, to make the last page the default one (rather than the first page),
341 // Get the current page
346 // page after the graphical editor
712 IFormPage page = getEditor().getActivePageInstance(); local
718 IFormPage page = superReturned; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 91 * This is the first page of the {@link NewXmlFileWizard} which provides the ability to create
94 * This page is used to select the project, resource type and file name.
431 * Called by the parent Wizard to create the UI for this Wizard Page.
603 * Called by {@link NewXmlFileWizard} to initialize the page with the selection
692 IWorkbenchPage page = window.getActivePage(); local
693 if (page != null) {
694 IEditorPart activeEditor = page.getActiveEditor();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 276 // workbench page has an editor area (typically the ddms
280 IWorkbenchPage page = window.getActivePage(); local
281 if (page == null) {
285 if (page.isEditorAreaVisible() == false) {
287 input = page.getInput();
295 IDE.openEditorOnFileStore(page, fileStore);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /external/kernel-headers/original/linux/
mm.h 37 #include <asm/page.h>
41 #define nth_page(page,n) pfn_to_page(page_to_pfn((page)) + (n))
55 * space that has a special rule for the page-fault handlers (ie a shared
148 #define VM_PFNMAP 0x00000400 /* Page-ranges managed without "struct page", just pure PFN */
163 #define VM_HUGETLB 0x00400000 /* Huge TLB Page VM */
186 * low four bits) to a page protection mask..
194 * to the functions called when a no-page or a wp-page exception occurs.
223 struct page { struct
    [all...]
skbuff.h 126 struct page *page; member in struct:skb_frag_struct
804 struct page *page, int off, int size)
808 frag->page = page;
    [all...]
  /external/qemu-pc-bios/vgabios/
vgabios.c 666 // Ralf Brown Interrupt list is WRONG on bh(page)
667 // We do output only on the current page !
1006 // Set cursor pos for page 0..7
1010 // Set active page 0
1087 static void biosfn_set_cursor_pos (page, cursor)
1088 Bit8u page;Bit16u cursor;
1094 if(page>7)return;
1097 write_word(BIOSMEM_SEG, BIOSMEM_CURSOR_POS+2*page, cursor);
1101 if(page==current)
1109 // Calculate the address knowing nbcols nbrows and page nu
2649 Bit16u crtc_addr,cols,page,vde; local
    [all...]
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 64 #define MAX_CP_LEN 5 /* max code page name length */
235 static int __ParseLocaleString(const char* lname, char* lang, char* ctry, char* page);
362 /* Convert character sequence to target code page. */
1540 char lang[MAX_LANG_LEN + 1], ctry[MAX_CTRY_LEN + 1], page[MAX_CP_LEN + 1]; local
    [all...]
  /external/stressapptest/src/
worker.cc 465 // Fill this page with its pattern.
469 logprintf(0, "Process Error: Fill Page entry null\n");
511 // Fill this page with a random pattern.
515 logprintf(0, "Process Error: Fill Page entry null\n");
530 // Actually fill the page.
554 // Fill the page with pattern
558 // Put the page back on the queue.
745 errormessage = "Page Error";
2401 struct page_entry page; local
    [all...]

Completed in 6749 milliseconds

<<1112131415