Searched defs:Page (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/plugins/
H A DPluginDataNone.cpp32 void PluginData::initPlugins(const Page*) argument
/external/webkit/Source/WebCore/platform/qt/
H A DScreenQt.cpp36 #include "Page.h"
44 static QWidget* qwidgetForPage(const Page* page)
55 FloatRect screenRect(const Page* page)
69 int screenDepth(const Page* page)
78 FloatRect usableScreenRect(const Page* page)
92 float scaleFactor(const Page*) argument
/external/webkit/Source/WebCore/plugins/android/
H A DPluginDataAndroid.cpp36 void PluginData::initPlugins(const Page*) argument
/external/webkit/Source/WebCore/plugins/gtk/
H A DPluginDataGtk.cpp30 void PluginData::initPlugins(const Page*) argument
/external/webkit/Source/WebCore/plugins/wx/
H A DPluginDataWx.cpp36 void PluginData::initPlugins(const Page*) argument
/external/webkit/Source/WebCore/plugins/chromium/
H A DPluginDataChromium.cpp68 void PluginData::initPlugins(const Page*) argument
/external/webkit/Source/WebCore/dom/
H A DWheelEvent.h34 enum Granularity { Pixel, Line, Page }; enumerator in enum:WebCore::WheelEvent::Granularity
/external/webkit/Source/WebCore/platform/graphics/android/utils/
H A DLinearAllocator.cpp76 class LinearAllocator::Page { class in class:WebCore::LinearAllocator
78 Page* next() { return m_nextPage; }
79 void setNext(Page* next) { m_nextPage = next; }
81 Page() function in class:WebCore::LinearAllocator::Page
87 return (void*) (((unsigned)this) + sizeof(LinearAllocator::Page));
96 Page(const Page& other) {} function in class:WebCore::LinearAllocator::Page
97 Page* m_nextPage;
115 Page* p = m_pages;
117 Page* nex
[all...]
/external/webkit/Source/WebCore/page/
H A DPage.cpp21 #include "Page.h"
100 static HashSet<Page*>* allPages;
103 static WTF::RefCountedLeakCounter pageCounter("Page");
111 HashSet<Page*>::iterator end = allPages->end();
112 for (HashSet<Page*>::iterator it = allPages->begin(); it != end; ++it) {
126 HashSet<Page*>::iterator end = allPages->end();
127 for (HashSet<Page*>::iterator it = allPages->begin(); it != end; ++it) {
134 Page::Page(const PageClients& pageClients) function in class:WebCore::Page
183 allPages = new HashSet<Page*>;
[all...]
H A DPage.h97 class Page { class in namespace:WebCore
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.
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DPlatformStrategiesWinCE.cpp30 #include "Page.h"
82 void PlatformStrategiesWinCE::getPluginInfo(const Page*, Vector<PluginInfo>& outPlugins) argument
669 bool PlatformStrategiesWinCE::isLinkVisited(Page* page, LinkHash hash)
674 void PlatformStrategiesWinCE::addVisitedLink(Page* page, LinkHash hash)
/external/v8/src/
H A Dspaces.h56 // Page::kMaxHeapObjectSize, so that they do not have to move during
98 ASSERT((OffsetFrom(address) & Page::kPageAlignmentMask) == 0)
107 ASSERT((0 < size) && (size <= Page::kMaxNonCodeHeapObjectSize))
110 ASSERT((Page::kObjectStartOffset <= offset) \
111 && (offset <= Page::kPageSize))
646 // Page* p = Page::FromAddress(addr); or
647 // Page* p = Page::FromAllocationTop(top);
648 class Page class in namespace:v8::internal
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 288 milliseconds