HomeSort by relevance Sort by last modified time
    Searched refs:m_view (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/
RemoteFrame.h 29 RefPtr<RemoteFrameView> m_view; member in class:WebCore::RemoteFrame
34 return m_view.get();
LocalFrame.cpp 138 if (m_view)
139 m_view->prepareForDetach();
151 m_view = view;
153 if (m_view && isMainFrame()) {
157 m_view->setVisibleContentScaleFactor(page()->pageScaleFactor());
262 RELEASE_ASSERT(!m_view || !m_view->isInPerformLayout());
271 if (page() && page()->scrollingCoordinator() && m_view)
272 page()->scrollingCoordinator()->willDestroyScrollableArea(m_view.get());
278 RELEASE_ASSERT(!m_view || !m_view->isInPerformLayout())
    [all...]
RemoteFrame.cpp 31 m_view = view;
FrameView.h 542 : m_view(view)
545 if (!m_view)
548 m_view->setCanInvalidatePaintDuringPerformLayout(true);
553 if (!m_view)
556 m_view->setCanInvalidatePaintDuringPerformLayout(m_originalValue);
559 FrameView* m_view; member in class:WebCore::AllowPaintInvalidationScope
LocalFrame.h 158 RefPtr<FrameView> m_view; member in class:WebCore::LocalFrame
191 return m_view.get();
  /external/chromium_org/third_party/WebKit/Source/core/events/
UIEvent.cpp 43 , m_view(viewArg)
51 , m_view(initializer.view)
68 m_view = viewArg;
119 visitor->trace(m_view);
UIEvent.h 60 AbstractView* view() const { return m_view.get(); }
61 AbstractView* view(bool& isNull) const { isNull = !m_view; return m_view.get(); }
86 RefPtrWillBeMember<AbstractView> m_view; member in class:WebCore::UIEvent
EventDispatcher.h 72 RefPtr<FrameView> m_view; member in class:WebCore::EventDispatcher
EventDispatcher.cpp 65 m_view = node->document().view();
  /external/eigen/Eigen/src/SparseCore/
SparseView.h 63 IterBase(view.m_matrix, outer), m_view(view)
78 const SparseView& m_view; member in class:Eigen::SparseView::InnerIterator
83 while((bool(*this)) && internal::isMuchSmallerThan(value(), m_view.m_reference, m_view.m_epsilon))
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.h 243 : m_view(*root.view())
244 , m_didDisable(m_view.layoutState() && m_view.layoutState()->cachedOffsetsEnabled())
246 if (m_view.layoutState())
247 m_view.layoutState()->m_cachedOffsetsEnabled = false;
249 m_layoutState = m_view.layoutState();
255 ASSERT(m_view.layoutState() == m_layoutState);
257 m_view.layoutState()->m_cachedOffsetsEnabled = true;
260 RenderView& m_view; member in class:WebCore::ForceHorriblySlowRectMapping
RenderFlowThread.cpp 80 : m_view(view)
83 m_renderFlowThread = m_view->flowThreadController()->currentRenderFlowThread();
90 m_view->flowThreadController()->setCurrentRenderFlowThread(m_renderFlowThread);
93 RenderView* m_view; member in class:WebCore::CurrentRenderFlowThreadDisabler
  /external/deqp/framework/common/
tcuTexture.hpp 566 const Texture1DView& getView (void) const { return m_view; }
582 operator Texture1DView (void) const { return m_view; }
586 Texture1DView m_view; member in class:tcu::Texture1D
591 return m_view.sample(sampler, s, lod);
596 return m_view.sampleOffset(sampler, s, lod, offset);
611 const Texture2DView& getView (void) const { return m_view; }
632 operator Texture2DView (void) const { return m_view; }
637 Texture2DView m_view; member in class:tcu::Texture2D
642 return m_view.sample(sampler, s, t, lod);
647 return m_view.sampleOffset(sampler, s, t, lod, offset)
733 TextureCubeView m_view; member in class:tcu::TextureCube
845 Texture1DArrayView m_view; member in class:tcu::Texture1DArray
906 Texture2DArrayView m_view; member in class:tcu::Texture2DArray
1005 Texture3DView m_view; member in class:tcu::Texture3D
1078 TextureCubeArrayView m_view; member in class:tcu::TextureCubeArray
    [all...]
tcuTexture.cpp     [all...]
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.hh 58 tcuEAGLView* m_view; member in class:tcu::ios::ScreenManager
tcuIOSPlatform.mm 40 : m_view(view)
53 return [m_view getEAGLLayer];
  /external/emma/core/java12/com/vladium/emma/report/
AbstractReportGenerator.java 212 m_view = model.getView (m_settings.getViewType ());
229 m_view = null;
242 protected IReportDataView m_view; field in class:AbstractReportGenerator
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]
sglrReferenceContext.hpp 159 tcu::Texture2DView m_view; member in class:sglr::rc::Texture1D
185 tcu::Texture2DView m_view; member in class:sglr::rc::Texture2D
210 tcu::TextureCubeView m_view; member in class:sglr::rc::TextureCube
236 tcu::Texture2DArrayView m_view; member in class:sglr::rc::Texture2DArray
262 tcu::Texture3DView m_view; member in class:sglr::rc::Texture3D
288 tcu::TextureCubeArrayView m_view; member in class:sglr::rc::TextureCubeArray
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java 79 for (m_queue.add(m_view.getRoot()); !m_queue.isEmpty(); )
  /external/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java 73 for (m_queue.add (m_view.getRoot ()); ! m_queue.isEmpty (); )
  /external/emma/core/java12/com/vladium/emma/report/xml/
ReportGenerator.java 72 m_view.getRoot ().accept (this, null);
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 106 for (m_queue.add (m_view.getRoot ()); ! m_queue.isEmpty (); )
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 

Completed in 1107 milliseconds