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

<<11121314151617181920>>

  /external/webkit/WebKit/qt/Api/
qwebpage.cpp 54 #include "Page.h"
149 void QWEBKIT_EXPORT qt_drt_setFrameSetFlatteningEnabled(QWebPage* page, bool enabled)
151 QWebPagePrivate::core(page)->settings()->setFrameSetFlatteningEnabled(enabled);
154 void QWEBKIT_EXPORT qt_webpage_setGroupName(QWebPage* page, const QString& groupName)
156 page->handle()->page->setGroupName(groupName);
159 QString QWEBKIT_EXPORT qt_webpage_groupName(QWebPage* page)
161 return page->handle()->page->groupName();
414 page = new Page(chromeClient, contextMenuClient, editorClient
    [all...]
  /external/webkit/WebCore/platform/
ScrollbarThemeComposite.cpp 34 #include "Page.h"
43 static Page* pageForScrollView(ScrollView* view)
52 return frameView->frame()->page();
102 if (Page* page = pageForScrollView(scrollbar->parent())) {
103 if (page->settings()->shouldPaintCustomScrollbars()) {
113 if (page->chrome()->client()->paintCustomScrollbar(graphicsContext,
298 Page* page = frameView->frame() ? frameView->frame()->page() : 0 local
    [all...]
  /external/v8/src/
runtime.js 53 // ECMA-262, section 11.9.1, page 55.
95 // ECMA-262, section 11.9.4, page 56.
114 // ECMA-262, section 11.8.5, page 53. The 'ncr' parameter is used as
154 // ECMA-262, section 11.6.1, page 50.
205 // ECMA-262, section 11.6.2, page 50.
213 // ECMA-262, section 11.5.1, page 48.
221 // ECMA-262, section 11.5.2, page 49.
229 // ECMA-262, section 11.5.3, page 49.
243 // ECMA-262, section 11.10, page 57.
251 // ECMA-262, section 11.10, page 57
    [all...]
  /external/webkit/WebCore/
WebCore.gypi 196 'page/AbstractView.idl',
197 'page/BarInfo.idl',
198 'page/Console.idl',
199 'page/Coordinates.idl',
200 'page/DOMSelection.idl',
201 'page/DOMWindow.idl',
202 'page/EventSource.idl',
203 'page/Geolocation.idl',
204 'page/Geoposition.idl',
205 'page/History.idl'
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/
expected.html 15 [ <a href='#fail_detail'>Failure Details</a> | <a href='#retest_list'>Retest List</a> | <a href='menu.html'>Test Selection Page</a> ]<br>
20 [ <a href='#failure2'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
28 [ <a href='#failure1'>Previous Failure</a> | <a href='#failure3'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
34 [ <a href='#failure2'>Previous Failure</a> | <a href='#failure4'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
42 [ <a href='#failure3'>Previous Failure</a> | <a href='#failure5'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
68 [ <a href='#failure4'>Previous Failure</a> | <a href='#failure6'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
108 [ <a href='#failure5'>Previous Failure</a> | <a href='#failure7'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
148 [ <a href='#failure6'>Previous Failure</a> | <a href='#failure8'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
154 [ <a href='#failure7'>Previous Failure</a> | <a href='#failure9'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
162 [ <a href='#failure8'>Previous Failure</a> | <a href='#failure10'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br
    [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitwebinspector.cpp 32 #include "Page.h"
55 * /<!-- -->* load some data or reload to be able to inspect the page*<!-- -->/
93 WebCore::Page* page; member in struct:_WebKitWebInspectorPrivate
351 WebCore::InspectorController* controller = priv->page->inspectorController();
363 WebCore::InspectorController* controller = priv->page->inspectorController();
390 g_value_set_boolean(value, priv->page->inspectorController()->profilerEnabled());
396 g_value_set_boolean(value, priv->page->inspectorController()->timelineAgent() != 0);
469 webkit_web_inspector_set_inspector_client(WebKitWebInspector* web_inspector, WebCore::Page* page)
    [all...]
  /external/webkit/WebCore/platform/graphics/cg/
PDFDocumentImage.cpp 115 void PDFDocumentImage::setCurrentPage(int page)
120 if (page == m_currentPage)
123 if (!(page >= 0 && page < pageCount()))
126 m_currentPage = page;
128 CGPDFPageRef cgPage = CGPDFDocumentGetPage(m_document, page + 1);
140 // get page rotation angle
  /external/webkit/WebCore/platform/network/qt/
ResourceHandleQt.cpp 41 #include "Page.h"
124 Page *page = frame->page();
125 // If we are no longer attached to a Page, this must be an attempted load from an
127 if (!page)
162 QNetworkAccessManager* manager = QWebFramePrivate::kit(frame)->page()->networkAccessManager();
  /external/webkit/WebKit/chromium/src/
SuggestionsPopupMenuClient.cpp 66 static_cast<EditorClientImpl*>(webView->page()->editorClient());
144 // include the page you were visiting.
179 Page* page = frame->page();
180 if (!page)
183 return static_cast<ChromeClientImpl*>(page->chrome()->client())->webView();
  /external/yaffs2/yaffs2/
Kconfig 24 bool "512 byte / page devices"
28 Enable YAFFS1 support -- yaffs for 512 byte / page devices
54 bool "2048 byte (or larger) / page devices"
58 Enable YAFFS2 support -- yaffs for >= 2048 byte / page larger devices
69 will be used depending on the device page size.
99 512-byte page devices and >=128MB for 2k page devices). They use
  /development/pdk/docs/source/
index.jd 0 page.title=Get Involved
8 Philosophy page</a>.</p>
13 href="{@docRoot}source/report-bugs.html">Reporting Bugs</a> page.</p>
  /external/clearsilver/
README 25 * super-easy to go from static mockup to dynamic page
30 * nice iterative page debugging/development features
31 * generate static-data-driven page content without using any code
  /external/jdiff/
README.txt 12 The file jdiff.html contains the reference page for JDiff. The latest
22 The page at ./build/reports/example/changes/com.acme.sp.SPImpl.html
23 shows what a typical page of changes looks like.
  /external/kernel-headers/original/asm-x86/
processor-flags.h 44 #define X86_CR3_PWT 0x00000008 /* Page Write Through */
45 #define X86_CR3_PCD 0x00000010 /* Page Cache Disable */
54 #define X86_CR4_PSE 0x00000010 /* enable page size extensions */
  /external/kernel-headers/original/linux/
backing-dev.h 31 void (*unplug_io_fn)(struct backing_dev_info *, struct page *);
62 void default_unplug_io_fn(struct backing_dev_info *bdi, struct page *page);
kexec.h 70 struct page *control_code_page;
79 /* Address of next control page to allocate for crash kernels. */
104 extern struct page *kimage_alloc_control_pages(struct kimage *image,
  /external/libpng/
png.5 44 This man page: Glenn Randers-Pehrson
61 This man page is Copyright (c) 1998-2006 Glenn Randers-Pehrson. See png.h
73 .\" end of man page
  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/
browser.js 31 * The source of the page that is generated should look something like this:
72 function err ( msg, page, line ) {
73 writeLineToLog( "Test " + page + " failed on line " + line +" with the message: " + msg );
  /external/webkit/WebCore/bindings/
ScriptControllerBase.cpp 26 #include "Page.h"
73 if (m_frame->page() && !m_frame->page()->javaScriptURLsAreAllowed())
  /external/webkit/WebCore/bindings/v8/
ScriptCachedFrameData.h 35 // We don't use WebKit's page caching, so this implementation is just a stub.
58 // On Android we do use WebKit's page cache. For now we don't support isolated worlds
88 #error You need to consider whether you want Page Cache and either add a stub or a real implementation.
  /external/webkit/WebCore/manual-tests/inspector/
highlight-nodes.html 6 <p>This page has basic tests of node highlighting in the inspected page. To tests, load this page, open the inspector and mouseover the nodes in the treeview of the inspector. You should see the highlights happen with the appropriate padding/border/margin/content highlights.</p>
  /external/webkit/WebCore/page/
GeolocationController.cpp 35 GeolocationController::GeolocationController(Page* page, GeolocationControllerClient* client)
36 : m_page(page)
  /external/webkit/WebCore/page/mac/
PageMac.cpp 34 #include "Page.h"
38 void Page::addSchedulePair(PassRefPtr<SchedulePair> prpPair)
58 void Page::removeSchedulePair(PassRefPtr<SchedulePair> prpPair)
  /external/webkit/WebCore/platform/graphics/chromium/
GlyphPageTreeNodeChromiumWin.cpp 44 // Fills one page of font data pointers with 0 to indicate that there
46 static void fillEmptyGlyphs(GlyphPage* page)
49 page->setGlyphDataForIndex(i, 0, 0);
63 // Fills |length| glyphs starting at |offset| in a |page| in the Basic
70 GlyphPage* page,
84 return fillBMPGlyphs(offset, length, buffer, page, fontData, false);
86 fillEmptyGlyphs(page);
93 fillEmptyGlyphs(page);
160 page->setGlyphDataForCharacter(offset + i, glyph, glyphFontData);
187 GlyphPage* page,
    [all...]
  /external/webkit/WebCore/plugins/
MimeTypeArray.cpp 25 #include "Page.h"
89 Page* p = m_frame->page();

Completed in 266 milliseconds

<<11121314151617181920>>