HomeSort by relevance Sort by last modified time
    Searched refs:Page (Results 251 - 275 of 377) sorted by null

<<111213141516

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
TimelineTraceEventProcessor.h 47 class Page;
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoader.h 62 class Page;
FrameLoader.h 44 #include "core/page/LayoutMilestones.h"
62 class Page;
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 29 #include "core/page/EventHandler.h"
59 #include "core/page/Chrome.h"
60 #include "core/page/DragController.h"
61 #include "core/page/DragState.h"
62 #include "core/page/EditorClient.h"
63 #include "core/page/FocusController.h"
64 #include "core/page/Frame.h"
65 #include "core/page/FrameTree.h"
66 #include "core/page/FrameView.h"
67 #include "core/page/MouseEventWithHitTestResults.h
816 Page* page = m_frame->page(); local
884 Page* page = m_frame->page(); local
929 Page* page = m_frame->page(); local
1425 Page* page = m_frame->page(); local
1956 Page* page = m_frame->page(); local
3834 Page* page = m_frame->page(); local
    [all...]
FocusController.cpp 28 #include "core/page/FocusController.h"
48 #include "core/page/Chrome.h"
49 #include "core/page/EditorClient.h"
50 #include "core/page/EventHandler.h"
51 #include "core/page/Frame.h"
52 #include "core/page/FrameTree.h"
53 #include "core/page/FrameView.h"
54 #include "core/page/Page.h"
55 #include "core/page/Settings.h
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderEmbeddedObject.cpp 30 #include "core/page/Frame.h"
31 #include "core/page/Page.h"
32 #include "core/page/Settings.h"
125 Page* page = 0; local
127 page = frame->page();
130 if (page && paintInfo.phase == PaintPhaseForeground)
131 page->addRelevantUnpaintedObject(this, visualOverflowRect())
    [all...]
RenderLayerCompositor.h 29 #include "core/page/ChromeClient.h"
30 #include "core/page/Frame.h"
269 Page* page() const;
RenderTheme.h 58 // appropriate platform theme. When the theme is needed in non-page dependent code, a default theme is
59 // used as fallback, which is returned for a nulled page, so the platform code needs to account for this.
60 static PassRefPtr<RenderTheme> themeForPage(Page* page);
62 // When the theme is needed in non-page dependent code, the defaultTheme() is used as fallback.
RenderVideo.cpp 33 #include "core/page/Frame.h"
34 #include "core/page/FrameView.h"
35 #include "core/page/Page.h"
184 Page* page = 0; local
186 page = frame->page();
189 if (page && paintInfo.phase == PaintPhaseForeground)
190 page->addRelevantUnpaintedObject(this, visualOverflowRect())
    [all...]
RenderView.cpp 28 #include "core/page/Frame.h"
29 #include "core/page/FrameView.h"
30 #include "core/page/Page.h"
187 // on a page. We can take the iframe's offset from the logical top of the first page and make the negative into the pagination offset within the child
260 // Use calcWidth/Height to get the new width/height, since this will take the full page zoom factor into account.
395 return m_frameView->pagination().behavesLikeColumns ? ColumnInfo::Column : ColumnInfo::Page;
397 return ColumnInfo::Page;
479 Page* page = document()->page() local
1111 Page* page = document()->page(); local
    [all...]
RenderLayerCompositor.cpp 37 #include "core/page/Chrome.h"
38 #include "core/page/ChromeClient.h"
39 #include "core/page/Frame.h"
40 #include "core/page/FrameView.h"
41 #include "core/page/Page.h"
42 #include "core/page/Settings.h"
43 #include "core/page/animation/AnimationController.h"
44 #include "core/page/scrolling/ScrollingConstraints.h"
45 #include "core/page/scrolling/ScrollingCoordinator.h
2411 Page* page = frame ? frame->page() : 0; local
2449 Page* page = frame ? frame->page() : 0; local
2652 Page* RenderLayerCompositor::page() const function in class:WebCore::RenderLayerCompositor
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.h 36 #include "core/page/ChromeClient.h"
83 virtual WebCore::Page* createWindow(
AutofillPopupMenuClient.cpp 42 #include "core/page/Chrome.h"
43 #include "core/page/Frame.h"
44 #include "core/page/FrameView.h"
45 #include "core/page/Page.h"
338 Page* page = frame->page();
339 if (!page)
342 return static_cast<WebViewImpl*>(page->chrome().client()->webView())
    [all...]
WebFrameImpl.h 37 #include "core/page/Frame.h"
38 #include "core/page/FrameDestructionObserver.h"
195 virtual float getPrintPageShrink(int page);
244 // Called by the WebViewImpl to initialize the main frame for the page.
245 void initializeAsMainFrame(WebCore::Page*);
315 // In find-in-page coordinates.
339 // Clear the find-in-page matches cache forcing rects to be fully
346 // Return the index in the find-in-page cache of the match closest to the
347 // provided point in find-in-page coordinates, or -1 in case of error.
351 // Select a find-in-page match marker in the current frame using a cach
    [all...]
WebPageSerializer.cpp 49 #include "core/page/Frame.h"
50 #include "core/page/PageSerializer.h"
189 serializer.serialize(static_cast<WebViewImpl*>(view)->page());
204 static PassRefPtr<SharedBuffer> serializePageToMHTML(Page* page, MHTMLArchive::EncodingPolicy encodingPolicy)
208 serializer.serialize(page);
209 Document* document = page->mainFrame()->document();
215 RefPtr<SharedBuffer> mhtml = serializePageToMHTML(static_cast<WebViewImpl*>(view)->page(), MHTMLArchive::UseDefaultEncoding);
222 RefPtr<SharedBuffer> mhtml = serializePageToMHTML(static_cast<WebViewImpl*>(view)->page(), MHTMLArchive::UseBinaryEncoding);
252 // Let's retrieve the resources from every frame in this page
    [all...]
  /external/chromium_org/v8/test/cctest/
test-alloc.cc 163 // distributed between 2 * Page::kPageSize and 2^5 + 1 * Page::kPageSize.
201 // Page::kMaxNonCodeHeapObjectSize (which is greater than code page area).
205 (Page::kMaxNonCodeHeapObjectSize << (Pseudorandom() % 3)) +
test-mark-compact.cc 92 (Page::kMaxNonCodeHeapObjectSize - FixedArray::kHeaderSize) /
122 int length = (Page::kMaxNonCodeHeapObjectSize -
  /external/v8/src/
objects-visiting.h 138 ASSERT(object_size < Page::kMaxNonCodeHeapObjectSize);
heap.h 82 /* view. This means they are never in new space and never on a page that */ \
264 void Callback(MemoryChunk* page, StoreBufferEvent event);
270 // iterating over the current page, finding pointers to new space. If the
271 // store buffer overflows again we can exempt the page from the store buffer
274 // The current page we are scanning in the store buffer iterator.
309 Page* GetHeadPage() {
310 return Page::FromAllocationTop(reinterpret_cast<Address>(rear_));
318 ASSERT(GetHeadPage() == Page::FromAllocationTop(limit));
359 // The front of the queue is higher in the memory page chain than the rear.
    [all...]
  /external/v8/test/cctest/
test-alloc.cc 180 // distributed between 2 * Page::kPageSize and 2^5 + 1 * Page::kPageSize.
218 // Page::kMaxNonCodeHeapObjectSize (which is greater than code page area).
222 (Page::kMaxNonCodeHeapObjectSize << (Pseudorandom() % 3)) +
test-mark-compact.cc 97 (Page::kMaxNonCodeHeapObjectSize - FixedArray::kHeaderSize) /
128 Min(Page::kMaxNonCodeHeapObjectSize, HEAP->MaxObjectSizeInNewSpace());
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityObject.cpp 530 Page* page = doc->page();
531 if (!page)
534 return AXObjectCache::focusedUIElementForPage(page);
558 Page* AccessibilityObject::page() const function in class:WebCore::AccessibilityObject
563 return document->page();
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 28 #include "core/page/scrolling/ScrollingCoordinator.h"
34 #include "core/page/Frame.h"
35 #include "core/page/FrameView.h"
36 #include "core/page/Page.h"
37 #include "core/page/Settings.h"
83 PassRefPtr<ScrollingCoordinator> ScrollingCoordinator::create(Page* page)
85 return adoptRef(new ScrollingCoordinator(page));
88 ScrollingCoordinator::ScrollingCoordinator(Page* page
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeRareData.h 30 #include "core/page/Page.h"
286 unsigned m_connectedFrameCount : 10; // Must fit Page::maxNumberOfFrames.
303 COMPILE_ASSERT(Page::maxNumberOfFrames < 1024, Frame_limit_should_fit_in_rare_data_count);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormControlElement.cpp 37 #include "core/page/UseCounter.h"
415 Page* page = document()->page(); local
416 if (!page)

Completed in 3980 milliseconds

<<111213141516