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

<<41424344454647484950>>

  /external/webkit/WebCore/platform/haiku/
PlatformKeyboardEventHaiku.cpp 125 return VK_PRIOR; // (21) PAGE UP key
127 return VK_NEXT; // (22) PAGE DOWN key
  /external/webkit/WebCore/platform/network/cf/
DNSCFNet.cpp 48 // But during page parsing, we should coalesce identical requests to avoid stressing out CFHost.
54 // For a page has links to many outside sites, it is likely that the system DNS resolver won't be able to cache them all anyway, and we don't want
  /external/webkit/WebCore/platform/network/curl/
ResourceHandleCurl.cpp 108 // If the frame is not null but the page is null this must be an attempted
110 if (frame && !frame->page())
  /external/webkit/WebCore/platform/win/
WheelEventWin.cpp 101 // page or go to different pages. IE 7 is ~50 px/line, although the value
102 // seems to vary slightly by page and zoom level. Since IE 7 has a
  /external/webkit/WebCore/platform/wx/wxcode/win/
fontprops.cpp 72 // merely by testing code page intersection. This seems suspect though. Can't a font only partially
73 // cover a given code page?
  /external/webkit/WebCore/storage/
Database.cpp 47 #include "Page.h"
158 if (Page* page = document->page())
159 page->inspectorController()->didOpenDatabase(database.get(), context->securityOrigin()->host(), name, expectedVersion);
420 // a page load or closing the page
565 LOG(StorageAPI, "page expects version %s from database %s, which actually has version name %s - openDatabase() call will fail", m_expectedVersion.ascii().data(),
StorageAreaImpl.cpp 33 #include "Page.h"
103 return frame->page()->settings()->privateBrowsingEnabled();
  /external/webkit/WebCore/wml/
WMLDoElement.cpp 31 #include "Page.h"
88 pageState->page()->goBack();
  /external/webkit/WebKit/haiku/WebCoreSupport/
ChromeClientHaiku.cpp 105 Page* ChromeClientHaiku::createWindow(Frame*, const FrameLoadRequest&, const WebCore::WindowFeatures&)
111 Page* ChromeClientHaiku::createModalDialog(Frame*, const FrameLoadRequest&)
  /external/webkit/WebKit/mac/WebView/
WebUIDelegate.h 398 supplied by the web page that indicates. The panel should have
519 @discussion This method is called when a script or user requests the page to be printed.
532 @abstract Reserve a height for the printed page header.
533 @result The height to reserve for the printed page header, return 0.0 to not reserve any space for a header.
541 @abstract Reserve a height for the printed page footer.
542 @result The height to reserve for the printed page footer, return 0.0 to not reserve any space for a footer.
550 @param rect The NSRect reserved for the header of the page
558 @param rect The NSRect reserved for the footer of the page
  /external/webkit/WebKit/win/
WebKitDLL.cpp 35 #include <WebCore/Page.h>
63 WebCore::Page::setInstanceHandle(hModule);
WebNodeHighlight.cpp 38 #include <WebCore/Page.h>
159 m_inspectedWebView->page()->inspectorController()->drawNodeHighlight(context);
  /external/webkit/WebKitTools/Scripts/webkitpy/
buildbot.py 125 page = urllib2.urlopen(build_status_url)
126 soup = BeautifulSoup(page)
  /external/wpa_supplicant_6/wpa_supplicant/
todo.txt 34 in one page; how to build a PDF file with all the SGML included?
50 * EAP options (one page for each method)
  /external/zlib/
zlib.3 157 UNIX manual page by R. P. C. Rodgers,
159 .\" end of man page
  /frameworks/base/docs/html/guide/basics/
building-blocks.jd 0 page.title=Building Blocks
45 page, it expresses its "Intent" to view the URI by creating an Intent
  /frameworks/base/docs/html/resources/articles/
zipalign.jd 0 page.title=Zipalign: an Easy Optimization
53 page of the <code>AndroidManifest.xml</code> editor.</li>
  /frameworks/base/docs/html/resources/samples/
index.jd 0 page.title=List of Sample Apps
5 available with the Android SDK. Using the links on this page, you can view
  /frameworks/base/docs/html/sdk/
adt_download.jd 0 page.title=Download the ADT Zip File
10 download the latest version from this page, uninstall the old version from
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
ReliabilityTest.java 102 Log.w(LOGTAG, "Page load finished in " + elapsed
105 Log.v(LOGTAG, "Page load finished in " + elapsed + "ms");
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
pgtable_32.h 153 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot))
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
pgtable_32.h 153 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot))
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/
armelf.xr 70 the same address within the page on the next page up. */
armelf.xu 70 the same address within the page on the next page up. */
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/arm-eabi/lib/ldscripts/
armelf.xr 70 the same address within the page on the next page up. */

Completed in 373 milliseconds

<<41424344454647484950>>