HomeSort by relevance Sort by last modified time
    Searched defs:isMainFrame (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8WindowShell.cpp 108 bool isMainFrame = m_frame->page() && (m_frame->page()->mainFrame() == m_frame);
109 V8GCForContextDispose::instance().notifyContextDisposed(isMainFrame);
  /external/chromium_org/third_party/WebKit/Source/core/page/
Frame.cpp 475 bool isMainFrame = this == m_page->mainFrame();
477 if (isMainFrame && view())
483 if (isMainFrame) {
497 if (isMainFrame)
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 262 bool isMainFrame = isForMainFrame(scrollableArea);
263 if (!isMainFrame && platformSupportsMainFrameOnly)
282 scrollbarGraphicsLayer->setContentsOpaque(isMainFrame && isOpaqueScrollbar);
294 bool isMainFrame = isForMainFrame(scrollableArea);
295 scrollLayer->setScrollableArea(scrollableArea, isMainFrame);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp 573 bool isMainFrame = frame && m_pageAgent && (frame == m_pageAgent->mainFrame());
574 appendRecord(TimelineRecordFactory::createMarkData(isMainFrame), TimelineRecordType::MarkDOMContent, false, frame);
579 bool isMainFrame = frame && m_pageAgent && (frame == m_pageAgent->mainFrame());
580 appendRecord(TimelineRecordFactory::createMarkData(isMainFrame), TimelineRecordType::MarkLoad, false, frame);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerCompositor.cpp 282 if (forceCompositingMode && !isMainFrame())
426 LOG(Compositing, "\nUpdate %d of %s.\n", m_rootLayerUpdateCount, isMainFrame() ? "main frame" : frame->tree()->uniqueName().string().utf8().data());
539 if (layer->isRootLayer() && !isMainFrame()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp     [all...]

Completed in 102 milliseconds