HomeSort by relevance Sort by last modified time
    Searched refs:Page (Results 151 - 175 of 438) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/oprofile/events/x86-64/family11h/
unit_masks 75 0x01 DCT0 Page hit
76 0x02 DCT0 Page miss
77 0x04 DCT0 Page conflict
78 0x08 DCT1 Page hit
79 0x10 DCT1 Page miss
80 0x20 DCT1 Page conflict
84 0x01 DCT Page Table Overflow
85 0x02 Number of stale table entry hits (hit on a page closed too soon)
86 0x04 Page table idle cycle limit incremented
87 0x08 Page table idle cycle limit decremente
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
ScriptController.cpp 35 #include "Page.h"
194 // An m_cacheableBindingRootObject persists between page navigations
199 if (Page* page = m_frame->page()) {
200 attachDebugger(windowShell, page->debugger());
201 windowShell->window()->setProfileGroup(page->group().identifier());
221 if (Page* page = m_frame->page()) {
279 Page* page = m_frame->page(); local
    [all...]
ScriptCachedFrameData.cpp 37 #include "Page.h"
91 if (Page* page = frame->page()) {
92 scriptController->attachDebugger(windowShell, page->debugger());
93 windowShell->window()->setProfileGroup(page->group().identifier());
  /external/v8/src/
store-buffer.h 169 // For each region of pointers on a page in use from an old space call
176 Page* page,
192 Page* page,
  /external/webkit/Source/WebCore/accessibility/
AXObjectCache.h 42 class Page;
63 static AccessibilityObject* focusedUIElementForPage(const Page*);
  /external/webkit/Source/WebCore/bindings/v8/
PageScriptDebugServer.cpp 37 #include "Page.h"
78 void PageScriptDebugServer::addListener(ScriptDebugListener* listener, Page* page)
83 V8Proxy* proxy = V8Proxy::retrieve(page->mainFrame());
96 m_listenersMap.set(page, listener);
113 void PageScriptDebugServer::removeListener(ScriptDebugListener* listener, Page* page)
115 if (!m_listenersMap.contains(page))
118 if (m_pausedPage == page)
121 m_listenersMap.remove(page);
    [all...]
  /external/webkit/Source/WebCore/page/
Navigator.cpp 39 #include "Page.h"
128 if (!m_frame->page())
153 if (m_frame->page() && !m_frame->page()->cookieEnabled())
213 Page* page = m_frame->page();
214 if (!page)
217 StorageNamespace* localStorage = page->group().localStorage();
278 Page* page = m_frame->page()
    [all...]
GeolocationController.cpp 36 GeolocationController::GeolocationController(Page* page, GeolocationClient* client)
37 : m_page(page)
Page.h 97 class Page {
98 WTF_MAKE_NONCOPYABLE(Page);
123 Page(const PageClients&);
124 ~Page();
241 // Notifications when the Page starts and stops being presented via a native window.
295 // Don't allow more than a certain number of frames in a page.
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
FrameLoaderClientHaiku.h 230 virtual void didTransferChildFrameToNewDocument(WebCore::Page*);
231 virtual void transferLoadingResourceFromPage(unsigned long, WebCore::DocumentLoader*, const ResourceRequest&, WebCore::Page*);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ChromeClientQt.h 49 class Page;
79 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const NavigationAction&);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.h 121 virtual void didTransferChildFrameToNewDocument(WebCore::Page*);
122 virtual void transferLoadingResourceFromPage(unsigned long, WebCore::DocumentLoader*, const WebCore::ResourceRequest&, WebCore::Page*);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
XmlEditorMultiOutline.java 34 import org.eclipse.ui.part.Page;
49 public class XmlEditorMultiOutline extends Page implements IContentOutlinePage,
133 public void setPageActive(IContentOutlinePage page) {
134 if (page == null) {
138 page = mEmptyPage;
143 page.addSelectionChangedListener(this);
144 mCurrentPage = page;
149 Control control = page.getControl();
151 if (page instanceof IPageBookViewPage) {
153 ((IPageBookViewPage) page).init(getSite())
    [all...]
  /external/webkit/Source/WebCore/accessibility/chromium/
AXObjectCacheChromium.cpp 63 if (!obj || !obj->document() || !obj->documentFrameView() || !obj->documentFrameView()->frame() || !obj->documentFrameView()->frame()->page())
66 ChromeClient* client = obj->documentFrameView()->frame()->page()->chrome()->client();
110 Page* page = newFocusedRenderer->document()->page();
111 if (!page)
114 AccessibilityObject* focusedObject = focusedUIElementForPage(page);
  /external/webkit/Source/WebCore/dom/
DeviceOrientationController.cpp 35 DeviceOrientationController::DeviceOrientationController(Page* page, DeviceOrientationClient* client)
36 : m_page(page)
  /external/webkit/Source/WebCore/page/gtk/
EventHandlerGtk.cpp 37 #include "Page.h"
55 if (Page* page = m_frame->page())
56 page->focusController()->setFocusedFrame(m_frame);
  /external/webkit/Source/WebCore/page/haiku/
EventHandlerHaiku.cpp 41 #include "Page.h"
68 Page* page = m_frame->page(); local
69 if (page)
70 page->focusController()->setFocusedFrame(m_frame);
  /external/webkit/Source/WebKit/chromium/src/
WebPopupMenuImpl.h 44 class Page;
WebViewImpl.h 61 class Page;
214 static WebViewImpl* fromPage(WebCore::Page*);
231 // Returns the page object associated with this view. This may be null when
232 // the page is shutting down, but will be valid at all other times.
233 WebCore::Page* page() const function in class:WebKit::WebViewImpl
241 // the page is shutting down, but will be valid at all other times.
291 // Determines whether a page should e.g. be opened in a background tab.
426 OwnPtr<WebCore::Page> m_page;
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.h 44 class Page;
  /external/webkit/Source/WebKit/qt/Api/
qwebhistory.cpp 30 #include "Page.h"
49 Each QWebHistoryItem instance represents an entry in the history stack of a Web page,
50 containing information about the page, its location, and when it was last visited.
52 The following table shows the properties of the page held by the history item, and
57 \row \o title() \o The page title.
58 \row \o url() \o The location of the page.
59 \row \o originalUrl() \o The URL used to access the page.
60 \row \o lastVisited() \o The date and time of the user's last visit to the page.
61 \row \o icon() \o The icon associated with the page that was provided by the server.
127 Returns the title of the page associated with the history item
266 WebCore::Page* page = static_cast<WebCore::BackForwardListImpl*>(lst)->page(); local
370 WebCore::Page* page = static_cast<WebCore::BackForwardListImpl*>(d->lst)->page(); local
384 WebCore::Page* page = static_cast<WebCore::BackForwardListImpl*>(d->lst)->page(); local
396 WebCore::Page* page = static_cast<WebCore::BackForwardListImpl*>(d->lst)->page(); local
555 QWebPagePrivate* QWebHistoryPrivate::page() function in class:QWebHistoryPrivate
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Geolocation/
WebGeolocationManager.cpp 38 #include <WebCore/Page.h>
59 void WebGeolocationManager::registerWebPage(WebPage* page)
64 m_pageSet.add(page);
71 void WebGeolocationManager::unregisterWebPage(WebPage* page)
74 m_pageSet.remove(page);
89 WebPage* page = *it; local
90 if (page->corePage())
91 page->corePage()->geolocationController()->positionChanged(position.get());
105 WebPage* page = *it; local
106 if (page->corePage()
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebContextMenu.cpp 35 #include <WebCore/Page.h>
41 WebContextMenu::WebContextMenu(WebPage* page)
42 : m_page(page)
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewGridLayout.java 28 public class PagedViewGridLayout extends GridLayout implements Page {
61 // offset of each page to scroll to before it updates the actual size of each page
63 // We work around this by having a minimum size on each widget page).
  /external/webkit/Source/WebCore/loader/
FrameLoaderClient.h 76 class Page;
249 virtual void didTransferChildFrameToNewDocument(Page* oldPage) = 0;
250 virtual void transferLoadingResourceFromPage(unsigned long identifier, DocumentLoader*, const ResourceRequest&, Page* oldPage) = 0;
268 virtual void didPerformFirstNavigation() const = 0; // "Navigation" here means a transition from one page to another that ends up in the back/forward list.

Completed in 784 milliseconds

1 2 3 4 5 67 8 91011>>