HomeSort by relevance Sort by last modified time
    Searched defs:page (Results 76 - 100 of 329) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebKit/chromium/src/
StorageAreaProxy.cpp 37 #include "Page.h"
114 Page* page = sourceFrame->page(); local
115 if (!page)
118 // 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
119 // of any given page in the group or mutate the page group itself.
122 // Send events only to our page.
123 for (Frame* frame = page->mainFrame(); frame; frame = frame->tree()->traverseNext())
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
GeolocationClientQt.cpp 34 #include "Page.h"
46 GeolocationClientQt::GeolocationClientQt(const QWebPage* page)
47 : m_page(page)
92 WebCore::Page* page = QWebPagePrivate::core(m_page); local
93 page->geolocationController()->positionChanged(m_lastPosition.get());
102 WebCore::Page* page = QWebPagePrivate::core(m_page); local
104 page->geolocationController()->errorOccurred(error.get());
PageClientQt.h 54 , page(newPage)
91 QWebPage* page; member in class:WebCore::PageClientQWidget
119 , page(p)
133 page->mainFrame()->render(painter, static_cast<QWebFrame::RenderLayer>(QWebFrame::AllLayers&(~QWebFrame::ContentsLayer)), options->exposedRect.toRect());
142 QWebPage* page; member in class:WebCore::QGraphicsItemOverlay
150 , page(newPage)
214 QWebPage* page; member in class:WebCore::PageClientQGraphicsWidget
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage_p.h 46 static QWKPagePrivate* get(QWKPage* page) { return page->d; }
128 RefPtr<WebKit::WebPageProxy> page; member in class:QWKPagePrivate
  /external/webkit/Source/WebKit2/UIProcess/
WebInspectorProxy.h 59 static PassRefPtr<WebInspectorProxy> create(WebPageProxy* page)
61 return adoptRef(new WebInspectorProxy(page));
69 WebPageProxy* page() { return m_page; } function in class:WebKit::WebInspectorProxy
99 WebInspectorProxy(WebPageProxy* page);
  /external/webkit/Tools/MiniBrowser/win/
BrowserView.cpp 42 static WKPageRef createNewPage(WKPageRef page, WKDictionaryRef features, WKEventModifiers modifiers, WKEventMouseButton mouseButton, const void* clientInfo)
50 static void showPage(WKPageRef page, const void *clientInfo)
55 static void closePage(WKPageRef page, const void *clientInfo)
59 static void runJavaScriptAlert(WKPageRef page, WKStringRef alertText, WKFrameRef frame, const void* clientInfo)
63 static bool runJavaScriptConfirm(WKPageRef page, WKStringRef message, WKFrameRef frame, const void* clientInfo)
68 static WKStringRef runJavaScriptPrompt(WKPageRef page, WKStringRef message, WKStringRef defaultValue, WKFrameRef frame, const void* clientInfo)
73 static void setStatusText(WKPageRef page, WKStringRef text, const void* clientInfo)
77 static void mouseDidMoveOverElement(WKPageRef page, WKEventModifiers modifiers, WKTypeRef userData, const void *clientInfo)
148 WKPageRef page = WKViewGetPage(m_webView); local
149 WKPageLoadURL(page, url)
    [all...]
  /external/webkit/Tools/QtTestBrowser/
mainwindow.cpp 61 QAction* reloadAction = page()->action(QWebPage::Reload);
64 m_toolBar->addAction(page()->action(QWebPage::Back));
65 m_toolBar->addAction(page()->action(QWebPage::Forward));
67 m_toolBar->addAction(page()->action(QWebPage::Stop));
83 connect(page()->mainFrame(), SIGNAL(urlChanged(QUrl)), this, SLOT(setAddressUrl(QUrl)));
84 connect(page(), SIGNAL(loadProgress(int)), urlEdit, SLOT(setProgress(int)));
87 connect(page()->mainFrame(), SIGNAL(loadStarted()), this, SLOT(onLoadStarted()));
88 connect(page()->mainFrame(), SIGNAL(iconChanged()), this, SLOT(onIconChanged()));
89 connect(page()->mainFrame(), SIGNAL(titleChanged(QString)), this, SLOT(onTitleChanged(QString)));
90 connect(page(), SIGNAL(windowCloseRequested()), this, SLOT(close()))
124 WebPage* MainWindow::page() const function in class:MainWindow
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/system/
user.py 120 def page(self, message): member in class:User
  /external/webkit/Tools/TestWebKitAPI/win/
PlatformWebViewWin.cpp 75 WKPageRef PlatformWebView::page() const function in class:TestWebKitAPI::PlatformWebView
  /external/yaffs2/yaffs2/direct/
yaffs_fileem.c 49 yflash_Page page[32]; // The pages in the block member in struct:__anon15758
yaffs_flashif.c 43 yflash_Page page[32]; // The pages in the block member in struct:__anon15764
129 memcpy(ramdisk.block[blk]->page[pg].data,data,512);
137 memcpy(&ramdisk.block[blk]->page[pg].data[512],&pt,sizeof(pt));
159 memcpy(data,ramdisk.block[blk]->page[pg].data,512);
166 memcpy(&pt,&ramdisk.block[blk]->page[pg].data[512],sizeof(yaffs_PackedTags));
189 if(ramdisk.block[blk]->page[pg].data[i] != 0xFF)
yaffs_ramdisk.c 47 yramdisk_Page page[32]; // The pages in the block member in struct:__anon15767
133 memcpy(ramdisk.block[blk]->page[pg].data,data,512);
142 memcpy(&ramdisk.block[blk]->page[pg].data[512],&pt,sizeof(pt));
164 memcpy(data,ramdisk.block[blk]->page[pg].data,512);
172 memcpy(&pt,&ramdisk.block[blk]->page[pg].data[512],sizeof(pt));
196 if(ramdisk.block[blk]->page[pg].data[i] != 0xFF)
  /packages/apps/Launcher2/src/com/android/launcher2/
SpringLoadedDragController.java 54 int page = w.indexOfChild(mScreen); local
55 if (page != w.getCurrentPage()) {
56 w.snapToPage(page);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
OpenGLTraceAction.java 78 IWorkbenchPage page = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage(); local
81 IDE.openEditorOnFileStore( page, fileStore );
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestPkgAttrNode.java 268 IWorkbenchPage page = win.getActivePage(); local
269 if (page != null) {
271 page.openEditor(
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
SimpleWikiHelper.java 51 * Wiktionary page. Use {@link String#format(String, Object...)} to insert
52 * the desired page title after escaping it as needed.
60 * any templates found on the requested page. This is useful when browsing
126 * Read and return the content for a specific Wiktionary page. This makes a
127 * lightweight API call, and trims out just the page content returned.
131 * @param title The exact title of the Wiktionary page requested.
133 * @return Exact content of page.
139 // Encode page title and expand templates if requested
151 JSONObject page = pages.getJSONObject((String) pages.keys().next()); local
152 JSONArray revisions = page.getJSONArray("revisions")
    [all...]
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
SimpleWikiHelper.java 58 * Wiktionary page. Use {@link String#format(String, Object...)} to insert
59 * the desired page title after escaping it as needed.
67 * any templates found on the requested page. This is useful when browsing
133 * Read and return the content for a specific Wiktionary page. This makes a
134 * lightweight API call, and trims out just the page content returned.
138 * @param title The exact title of the Wiktionary page requested.
140 * @return Exact content of page.
146 // Encode page title and expand templates if requested
158 JSONObject page = pages.getJSONObject((String) pages.keys().next()); local
159 JSONArray revisions = page.getJSONArray("revisions")
    [all...]
  /external/chromium/chrome/browser/printing/
print_job.cc 338 PrintedPage* page)
340 page_(page),
351 PrintedPage* JobEventDetails::page() const { function in class:printing::JobEventDetails
print_job_worker.cc 30 PrintedPage* page) {
34 details_ = new JobEventDetails(detail_type, document, page);
122 // Page numbers are 0-based.
225 // Find first page to print.
230 // the document's page count.
239 // Is the page available?
240 scoped_refptr<PrintedPage> page; local
241 if (!document_->GetPage(page_number_.ToInt(), &page)) {
242 // We need to wait for the page to be available.
249 // The page is there, print it
    [all...]
  /external/oprofile/module/
op_dname.c 94 ulong page, pos; local
102 page = kvirt_to_pa(pos);
103 if (remap_page_range(start, page, PAGE_SIZE, PAGE_SHARED))
  /external/webkit/Source/WebCore/html/
HTMLVideoElement.cpp 39 #include "Page.h"
124 Page* page = document() ? document()->page() : 0; local
125 if (!page)
133 if (page->chrome()->client()->supportsFullScreenForElement(this, false))
137 return page->chrome()->client()->supportsFullscreenForNode(this);
  /external/webkit/Source/WebCore/rendering/
RenderDataGrid.cpp 36 #include "Page.h"
49 if (Page* page = frame()->page()) {
50 m_page = page;
202 Page* page = frame()->page(); local
203 return page && page->focusController()->isActive()
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebframe_p.h 55 QWebFrameData(WebCore::Page*, WebCore::Frame* parentFrame = 0,
62 WebCore::Page* page; member in class:QWebFrameData
80 , page(0)
116 QWebPage *page; member in class:QWebFramePrivate
  /external/webkit/Source/WebKit/qt/tests/qwebhistory/
tst_qwebhistory.cpp 40 frame->load(QUrl("qrc:/resources/page" + QString::number(nr) + ".html"));
68 QWebPage* page; member in class:tst_QWebHistory
85 page = new QWebPage(this);
86 frame = page->mainFrame();
87 connect(page, SIGNAL(loadFinished(bool)), &waitForLoadFinished, SLOT(quit()), Qt::QueuedConnection);
92 hist = page->history();
98 delete page;
123 QCOMPARE(page->mainFrame()->toPlainText(), QString("page") + QString::number(i));
129 QCOMPARE(page->mainFrame()->toPlainText(), QString("page1"))
370 QWebPage page; local
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebview/
tst_qwebview.cpp 148 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 = new QWebPage local
    [all...]

Completed in 1953 milliseconds

1 2 34 5 6 7 8 91011>>