/external/webkit/WebKit/mac/WebView/ |
WebFrameLoadDelegate.h | 92 @abstract Notifies the delegate that the page title for a frame has been received 94 @param title The new page title 102 @abstract Notifies the delegate that a page icon image for a frame has been received 105 @param frame The frame for which a page icon has been received 135 @discussion This method is called when anchors within a page have been clicked. 188 @abstract Notifies the delegate that the scripting object for a page is available. This is called 189 before the page is loaded. It may be useful to allow delegates to bind native objects to the window.
|
/external/webkit/WebKit/win/Interfaces/ |
IWebFrame.idl | 56 @discussion Every web page is represented by at least one WebFrame. A WebFrame 115 @param data The data to use for the main page of the document. 125 @param string The string to use for the main page of the document. 133 @abstract Loads a page to display as a substitute for a URL that could not be reached. 134 @discussion This allows clients to display page-loading errors in the webview itself. 140 @param string The string to use for the main page of the document. 142 @param unreachableURL The URL for which this page will serve as alternate content.
|
IWebFrameLoadDelegate.idl | 107 @abstract Notifies the delegate that the page title for a frame has been received 109 @param title The new page title 118 @abstract Notifies the delegate that a page icon image for a frame has been received 121 @param frame The frame for which a page icon has been received 154 @discussion This method is called when anchors within a page have been clicked. 196 @abstract Notifies the delegate that the scripting object for a page is available. This is called 197 before the page is loaded. It may be useful to allow delegates to bind native objects to the window.
|
/system/core/libacc/tests/ |
armreg.h | 232 #define XSCALE_AUXCTL_P 0x00000002 /* ECC protect page table access */ 263 #define FAULT_BUSERR_1 0x06 /* External Abort on Linefetch -- Page */ 265 #define FAULT_BUSERR_3 0x0a /* External Abort on Non-linefetch -- Page */ 271 #define FAULT_TRANS_P 0x07 /* Translation -- Page */ 273 #define FAULT_DOMAIN_P 0x0b /* Domain -- Page */ 275 #define FAULT_PERM_P 0x0f /* Permission -- Page */ 280 * Address of the vector page, low and high versions.
|
/system/core/libpixelflinger/codeflinger/ |
armreg.h | 232 #define XSCALE_AUXCTL_P 0x00000002 /* ECC protect page table access */ 263 #define FAULT_BUSERR_1 0x06 /* External Abort on Linefetch -- Page */ 265 #define FAULT_BUSERR_3 0x0a /* External Abort on Non-linefetch -- Page */ 271 #define FAULT_TRANS_P 0x07 /* Translation -- Page */ 273 #define FAULT_DOMAIN_P 0x0b /* Domain -- Page */ 275 #define FAULT_PERM_P 0x0f /* Permission -- Page */ 280 * Address of the vector page, low and high versions.
|
/external/webkit/WebKitTools/DumpRenderTree/qt/ |
LayoutTestControllerQt.cpp | 102 // a new window, calls the unload and load event handlers on the window's page, and then immediately 107 // It is possible that we get called by windows created from the main page that have finished 110 if (sender() != m_topLoadingFrame->page()) 147 // Subtract one here as our QWebHistory::count() includes the actual page, 167 // If the page has not finished loading (i.e. loadFinished() has not been emitted) then 169 // When the page has finished loading, maybeDump above will dump the results now that we have 311 m_topLoadingFrame->page()->settings()->setAttribute(QWebSettings::DeveloperExtrasEnabled, true); 317 m_topLoadingFrame->page()->setPreferredContentsSize(QSize(width, height)); 349 // resetSettings() will call this to reset the page and global setting to false again. 426 QWebSettings* settings = m_topLoadingFrame->page()->settings() [all...] |
DumpRenderTreeQt.cpp | 322 // create our primary testing page/view. 347 // dump results itself when the last page loaded in the test has finished loading. 371 static void clearHistory(QWebPage* page) 373 // QWebHistory::clear() leaves current page, so remove it as well by setting 376 QWebHistory* history = page->history(); 786 // Create a dummy container object to track the page in DRT. 792 QWebPage* page = static_cast<QWebPage*>(new WebPage(container, this)); local 796 // connect the needed signals to the page 797 connect(page, SIGNAL(frameCreated(QWebFrame*)), this, SLOT(connectFrame(QWebFrame*))); 798 connectFrame(page->mainFrame()) 806 QWebPage* page = qobject_cast<QWebPage*>(sender()); local [all...] |
/external/qemu/ |
exec.c | 2 * virtual page mapping and translated block handling 91 /* any access to the tbs or the page table must use this lock */ 145 /* list of TBs intersecting this ram page */ 148 of lookups we do to a given page to use a bitmap */ 157 /* offset in host memory of the page + io_index in the low bits */ 688 printf("ERROR page flags: PC=%08lx size=%04x f1=%x f2=%x\n", 798 /* remove the TB from the page list */ 888 /* NOTE: tb_end may be after the end of the page, but 934 /* check next page if needed */ 944 /* invalidate all TBs which intersect with the target physical page 3137 target_ulong page; local 3180 target_phys_addr_t page; local 3277 target_phys_addr_t page; local 3371 target_phys_addr_t page; local 3675 target_ulong page; local [all...] |
/external/clearsilver/python/examples/base/ |
CSPage.py | 116 # call page main function! 141 # print the page 143 print "<H1> Error in Page </H1>" 151 # print debug info always on page error... 162 debug_output = ncgi.hdf.getIntValue("page.debug",ncgi.hdf.getIntValue("Cookie.debug",0))
|
/external/webkit/WebCore/ |
Android.derived.jscbindings.mk | 289 # page 291 $(intermediates)/page/JSBarInfo.h \ 292 $(intermediates)/page/JSConnection.h \ 293 $(intermediates)/page/JSConsole.h \ 294 $(intermediates)/page/JSCoordinates.h \ 295 $(intermediates)/page/JSDOMSelection.h \ 296 $(intermediates)/page/JSDOMWindow.h \ 297 $(intermediates)/page/JSGeolocation.h \ 298 $(intermediates)/page/JSGeoposition.h \ 299 $(intermediates)/page/JSHistory.h [all...] |
/external/webkit/WebCore/dom/ |
InputElement.cpp | 34 #include "Page.h" 227 if (Page* page = frame->page()) 228 page->chrome()->client()->formStateDidChange(element);
|
/external/webkit/WebCore/platform/mac/ |
WidgetMac.mm | 42 #import "Page.h" 107 if (Page* page = frame->page()) 108 page->chrome()->focusNSView(view);
|
/external/webkit/WebKit/chromium/src/ |
DebuggerAgentImpl.cpp | 37 #include "Page.h" 51 using WebCore::Page; 198 WebCore::Page* DebuggerAgentImpl::page() function in class:WebKit::DebuggerAgentImpl 200 return m_webViewImpl->page();
|
WebWorkerBase.cpp | 55 // 'shadow page' which will initialize WebCore loader. 58 // Tell the loader to load the data into the 'shadow page' synchronously, 120 // Create 'shadow page'. This page is never displayed, it is used to proxy the 129 // Construct substitute data source for the 'shadow page'. We only need it
|
FrameLoaderClientImpl.cpp | 47 #include "Page.h" 232 // go to a page and then navigate to a new page without getting any asserts 237 // longer associated with the Page. 315 // networking layer for a stored default credential for the page (say from 409 // We want to keep track of the chain of redirects that occur during page 417 // Normal page load 430 // (on page) 434 // and the current page as the dest) 451 // (on page) [all...] |
/external/webkit/WebKit/gtk/webkit/ |
webkitprivate.h | 54 #include "Page.h" 80 WebCore::Page* core(WebKitWebView*); 81 WebKitWebView* kit(WebCore::Page*); 119 WebCore::Page* corePage; 222 webkit_web_inspector_set_inspector_client(WebKitWebInspector*, WebCore::Page*);
|
/external/webkit/WebKit/mac/History/ |
WebBackForwardList.h | 175 associated with this WebBackForwardList will use the shared page cache. 177 will not use the shared page cache. Otherwise, it will. 183 @abstract Returns the size of the shared page cache, or 0. 184 @result The size of the shared page cache (in pages), or 0 if the WebView 185 associated with this WebBackForwardList will not use the shared page cache.
|
/external/webkit/WebKit/wx/WebKitSupport/ |
ChromeClientWx.cpp | 134 Page* ChromeClientWx::createWindow(Frame*, const FrameLoadRequest& request, const WindowFeatures& features) 136 Page* myPage = 0; 147 myPage = impl->page; 154 Page* ChromeClientWx::createModalDialog(Frame*, const FrameLoadRequest&) 442 // See the comment in WebCore/page/ChromeClient.h
|
/hardware/ti/omap3/dspbridge/inc/ |
memry.h | 74 * - MEM_NONPAGED:Allocate from page locked memory. 109 * - MEM_NONPAGED: Allocate from page locked memory. 157 * A pointer to linear page locked memory, or 161 * be locked, since the page count is derived from this number. 212 * Reserve at least ulBytes (page size inc) virtual memory for this process.
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
memry.h | 74 * - MEM_NONPAGED:Allocate from page locked memory. 109 * - MEM_NONPAGED: Allocate from page locked memory. 157 * A pointer to linear page locked memory, or 161 * be locked, since the page count is derived from this number. 212 * Reserve at least ulBytes (page size inc) virtual memory for this process.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
NewXmlFileWizard.java | 49 * The wizard has one page, {@link NewXmlFileCreationPage}, used to select the project, 72 * Creates the wizard page. 114 IWorkbenchPage page = win.getActivePage(); local 115 if (page != null) { 117 IDE.openEditor(page, file);
|
/external/bluetooth/glib/glib/ |
gunichartables.h | 18 { /* page 0, index 0 */ 136 { /* page 1, index 1 */ 266 { /* page 2, index 2 */ 396 { /* page 3, index 3 */ 524 { /* page 4, index 4 */ [all...] |
/external/kernel-headers/original/linux/ |
mmzone.h | 17 #include <asm/page.h> 136 * ZONE_HIGHMEM > 896 MB only page cache and user processes 140 /* Fields commonly accessed by the page allocator */ 175 /* Fields commonly accessed by the page reclaim scanner */ 198 * We use prev_priority as a measure of how much stress page reclaim is 221 * waiting for a page to become available and make them 225 * per-page waitqueues, we use a waitqueue hash table. 229 * When something wakes, it must check to be sure its page is 301 * Memory statistics and page replacement data structures are maintained on a 310 struct page *node_mem_map [all...] |
/external/webkit/WebKit/chromium/public/ |
WebFrame.h | 123 // NOTE: These routines do not force page layout so their results may 124 // not be accurate if the page layout is out-of-date. 204 // Executes script in the context of the current page. 368 // Reformats the WebFrame for printing. pageSize is the page size in 370 // given page size. 373 // Returns the page shrinking factor calculated by webkit (usually 374 // between 1/1.25 and 1/2). Returns 0 if the page number is invalid or 376 virtual float getPrintPageShrink(int page) = 0; 378 // Prints one page, and returns the calculated page shrinking facto [all...] |
/external/webkit/WebKit/gtk/ |
NEWS | 50 - Add WebKitWebSettings::enable-page-cache. Controls whether the 51 Page Cache is enabled or not. For details about what the page 53 http://webkit.org/blog/427/webkit-page-cache-i-the-basics/ 54 The page cache is disabled by default, since the gtk+ port still 57 whether a series of page-specific workarounds are used by WebKit. 63 clicks can be handled by the page, either by actions or by 64 ad-hoc in-page context menus. 85 is used to cycle through the elements in a page. 145 can now obtain the source code for a page that is loaded, fo [all...] |