HomeSort by relevance Sort by last modified time
    Searched full:page (Results 851 - 875 of 3599) sorted by null

<<31323334353637383940>>

  /external/webkit/WebCore/platform/gtk/
TemporaryLinkStubs.cpp 48 float userIdleTime() { notImplemented(); return FLT_MAX; } // return an arbitrarily high userIdleTime so that releasing pages from the page cache isn't postponed
  /external/webkit/WebCore/platform/win/
SystemTimeWin.cpp 46 return FLT_MAX; // return an arbitrarily high userIdleTime so that releasing pages from the page cache isn't postponed.
  /external/webkit/WebCore/platform/wince/
FileChooserWince.cpp 36 #include "Page.h"
  /external/webkit/WebCore/svg/graphics/
SVGImage.cpp 42 #include "Page.h"
92 // Clear explicitly because we want to delete the page before the ChromeClient.
98 // Verify that page teardown destroyed the Chrome
249 m_page.set(new Page(m_chromeClient.get(), dummyContextMenuClient, dummyEditorClient, dummyDragClient, dummyInspectorClient, 0, 0));
  /external/webkit/WebCore/wml/
WMLCardElement.cpp 31 #include "Page.h"
258 if (document->page() && document->page()->mainFrame()) {
259 Document* rootDocument = document->page()->mainFrame()->document();
WMLRefreshElement.cpp 58 // value in the page state and then stop the timer
  /external/webkit/WebCore/workers/
WorkerObjectProxy.h 52 // No need to notify the parent page context when dedicated workers are closing.
  /external/webkit/WebKit/android/WebCoreSupport/
InspectorClientAndroid.h 39 virtual Page* createPage() { return NULL; }
  /external/webkit/WebKit/android/plugins/
PluginWidgetAndroid.h 83 page coordinate) if the plugin has invalidate us.
176 SkIRect m_pluginBounds; // relative to the page
177 SkIRect m_visibleDocRect; // relative to the page
178 SkIRect m_requestedVisibleRect; // relative to the page
  /external/webkit/WebKit/chromium/public/
WebWorkerClient.h 43 // Provides an interface back to the in-page script object for a worker.
  /external/webkit/WebKit/chromium/src/
ProfilerAgent.h 40 // operate while a script on a page performs heavy work.
WebFrameImpl.cpp 39 // Page O------- Frame (m_mainFrame) O-------O FrameView
61 // and a reference to the main frame is kept by the Page.
102 #include "Page.h"
271 // Spools the printed page, a subrect of m_frame. Skip the scale step.
786 // loaded page.
852 return WebHistoryItem(m_frame->page()->backForwardList()->currentItem());
893 // this multiple times (Mac does: page/mac/WebCoreFrameBridge.mm).
1667 Page* page = m_frame->page(); local
    [all...]
  /external/webkit/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 41 #include "Page.h"
55 void EditorClientHaiku::setPage(Page* page)
57 m_page = page;
  /external/webkit/WebKit/qt/docs/
qtwebkit.qdoc 56 \page webintegration.html
116 QWebPage. QWebPage provides access to the document structure in a page,
127 interfaces from within a web page. The equivalent of this API in QtWebKit
135 can be overidden by the page specific settings object.
  /external/webkit/WebKit/qt/docs/webkitsnippets/webelement/
main.cpp 65 frame = view->page()->mainFrame();
  /external/webkit/WebKitTools/QtLauncher/
mainwindow.h 53 WebPage* page();
  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
confirmdiff.py 45 self._tool.user.page(diff)
  /external/webkit/WebKitTools/iExploder/
README.txt 115 be rendered useless by other tags on the page. If this happens, a javascript
120 7) How do I change the number of tags iExploder tests per page?
122 See config.rb. I personally recommend 32-128 HTML tags per page. While this
125 performance characteristics when it comes to the number of tags per page.
  /frameworks/base/docs/html/guide/appendix/faq/
licensingandoss.jd 0 page.title=Android Open Source Licensing FAQ
  /frameworks/base/docs/html/guide/topics/manifest/
category-element.jd 0 page.title=&lt;category&gt;
  /frameworks/base/docs/html/resources/faq/
licensingandoss.jd 0 page.title=Android Open Source Licensing FAQ
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringAction.java 62 * actual resource file. By looking at the Active Window > Active Page > Active Editor we
141 IWorkbenchPage page = wwin.getActivePage(); local
142 if (page != null) {
143 return page.getActiveEditor();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/wizards/newproject/
StubProjectCreationPage.java 25 * Stub class for project creation page.
  /external/bison/doc/
fdl.texi 108 The ``Title Page'' means, for a printed book, the title page itself,
110 this License requires to appear in the title page. For works in
111 formats which do not have any title page as such, ``Title Page'' means
196 Use in the Title Page (and on the covers, if any) a title distinct
203 List on the Title Page, as authors, one or more persons or entities
210 State on the Title page the name of the publisher of the
235 publisher of the Modified Version as given on the Title Page. If
238 given on its Title Page, then add an item describing the Modifie
    [all...]
  /external/grub/netboot/
ns8390.h 194 #define D8390_COMMAND_PS0 0x0 /* Page 0 select */
195 #define D8390_COMMAND_PS1 0x40 /* Page 1 select */
196 #define D8390_COMMAND_PS2 0x80 /* Page 2 select */

Completed in 174 milliseconds

<<31323334353637383940>>