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

  /external/webkit/Source/WebCore/rendering/
HitTestRequest.h 31 Active = 1 << 2,
46 bool active() const { return m_requestType & Active; } function in class:WebCore::HitTestRequest
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp 433 Active = ActiveTemplateInstantiations.rbegin(),
435 Active != ActiveEnd;
436 ++Active, ++InstantiationIdx) {
441 Diags.Report(Active->PointOfInstantiation,
448 switch (Active->Kind) {
450 Decl *D = reinterpret_cast<Decl *>(Active->Entity);
455 Diags.Report(Active->PointOfInstantiation, DiagID)
457 << Active->InstantiationRange;
464 Diags.Report(Active->PointOfInstantiation, DiagID)
466 << Active->InstantiationRange
    [all...]
  /external/valgrind/main/coregrind/
m_redir.c 72 symbols can cause new (active) redirections to appear for two
91 its tables all active redirections in any way associated with that
107 Active - a set of orig addr -> (bool, redir addr)
109 Active is the currently active set of bindings that the translator
113 Active is a pure function of Specs and the current symbol table
116 Therefore whenever either Specs or SyminfoState changes, Active
120 Active is computed as follows:
122 Active = empty
129 &fn -> redir is added to Active
    [all...]
  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.cpp 648 // Computing the active duration
661 // Computing the active duration
848 if (m_activeState == Active) {
854 // We are supposed to do freeze semantics when repeating ends, even if the element is still active.
868 return Active;
870 if (m_activeState == Active)
878 // Animation does not contribute during the active time if it is past its repeating duration and has fill=remove.
879 return (m_activeState == Active && (fill() == FillFreeze || elapsed <= m_intervalBegin + repeatingDuration())) || m_activeState == Frozen;
897 ASSERT(m_activeState != Active);
908 m_activeState = Active;
    [all...]
SVGSMILElement.h 177 Active,
  /external/webkit/Source/WebKit/qt/tests/qgraphicswebview/
tst_qgraphicswebview.cpp 314 QTest::addColumn<bool>("active");
333 QFETCH(bool, active);
338 // Use controlView to manage active/inactive state of test views by raising
358 if (active && background) {
359 // Rendered image must have red background on an active QGraphicsWebView.
360 palette1.setBrush(QPalette::Active, QPalette::Highlight, brush1);
361 } else if (active && !background) {
362 // Rendered image must have red foreground on an active QGraphicsWebView.
363 palette1.setBrush(QPalette::Active, QPalette::HighlightedText, brush1);
364 } else if (!active && background)
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebview/
tst_qwebview.cpp 330 QTest::addColumn<bool>("active");
349 QFETCH(bool, active);
354 // Use controlView to manage active/inactive state of test views by raising
364 if (active && background) {
365 // Rendered image must have red background on an active QWebView.
366 palette1.setBrush(QPalette::Active, QPalette::Highlight, brush1);
367 } else if (active && !background) {
368 // Rendered image must have red foreground on an active QWebView.
369 palette1.setBrush(QPalette::Active, QPalette::HighlightedText, brush1);
370 } else if (!active && background)
    [all...]
  /frameworks/media/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 227 M4OSA_Bool Active;
277 M4OSA_Bool Active;
  /external/chromium/chrome/browser/resources/net_internals/
spdyview.js 98 tablePrinter.addHeaderCell('Active streams');
socketpoolwrapper.js 130 tablePrinter.addHeaderCell('Active');
  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.cpp 95 value for an active widget.
397 return pal.brush(QPalette::Active, QPalette::Highlight).color();
411 return pal.brush(QPalette::Active, QPalette::HighlightedText).color();
425 return pal.brush(QPalette::Active, QPalette::Highlight).color();
438 return pal.brush(QPalette::Active, QPalette::ButtonText).color();
440 return pal.brush(QPalette::Active, QPalette::Text).color();
888 QColor color = (option.palette.highlight() == option.palette.background()) ? option.palette.color(QPalette::Active, QPalette::Highlight) : option.palette.color(QPalette::Highlight);
    [all...]
  /external/webkit/Source/WebCore/page/
EventHandler.cpp 576 HitTestRequest request(HitTestRequest::ReadOnly | HitTestRequest::Active);
628 HitTestRequest::Active |
772 // We don't want to trigger the autoscroll or the panScroll if it's already active
    [all...]
EventHandler.h 121 HitTestRequest::HitTestRequestType hitType = HitTestRequest::ReadOnly | HitTestRequest::Active,
DragController.cpp 278 HitTestRequest request(HitTestRequest::ReadOnly | HitTestRequest::Active);
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebinspector.cpp 551 HitTestRequest request(HitTestRequest::ReadOnly | HitTestRequest::Active);
webkitwebview.cpp 318 HitTestRequest request(HitTestRequest::Active);
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /external/blktrace/btt/doc/
btt.tex 319 \item[Active Requests At Q Information]
331 ==================== Active Requests At Q Information ====================
820 [ -Q <output name> | --active-queue-depth=<output name> ]
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp 576 // If this is an ARIA button, check the aria-pressed attribute rather than node()->active()
583 return node->active();
    [all...]
  /external/webkit/Source/WebCore/editing/
SelectionController.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp 182 // Key for a StatsCounter tracking how many WebFrames are active.
    [all...]
  /external/webkit/Source/WebCore/dom/
Document.cpp     [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]
  /external/v8/src/
d8.js     [all...]

Completed in 1145 milliseconds