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

  /external/webkit/WebCore/rendering/
HitTestRequest.h 31 Active = 0x2,
43 bool active() const { return m_requestType & Active; } function in class:WebCore::HitTestRequest
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
TrafficMonitor.h 81 TI_BOOL Active;
97 TI_BOOL DownTimerEnabled; /* Indicates whether the "down traffic" timer is active or not */
121 * 1. ON but not active
122 * 2. ON and active
TrafficMonitor.c 142 TrafficMonitor->Active = TI_FALSE;
192 if(!TrafficMonitor->Active) /*To prevent double call to timer start*/
210 TrafficMonitor->Active = TI_TRUE;
230 if (pTrafficMonitor->Active) /*To prevent double call to timer stop*/
233 pTrafficMonitor->Active = TI_FALSE;
308 TrafficMonitor_SetRstCondition() the alert will not be active till the reset function will be set.
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
TrafficMonitor.h 82 BOOL Active;
97 BOOL DownTimerEnabled; /* Indicates whether the "down traffic" timer is active or not */
119 * 1. ON but not active
120 * 2. ON and active
TrafficMonitor.c 139 TrafficMonitor->Active = FALSE;
189 if(!TrafficMonitor->Active) /*To prevent double call to timer start*/
207 TrafficMonitor->Active = TRUE;
225 if(TrafficMonitor->Active) /*To prevent double call to timer stop*/
228 TrafficMonitor->Active = FALSE;
296 TrafficMonitor_SetRstCondition() the alert will not be active till the reset function will be set.
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
TrafficMonitor.h 81 TI_BOOL Active;
97 TI_BOOL DownTimerEnabled; /* Indicates whether the "down traffic" timer is active or not */
121 * 1. ON but not active
122 * 2. ON and active
TrafficMonitor.c 142 TrafficMonitor->Active = TI_FALSE;
192 if(!TrafficMonitor->Active) /*To prevent double call to timer start*/
210 TrafficMonitor->Active = TI_TRUE;
230 if (pTrafficMonitor->Active) /*To prevent double call to timer stop*/
233 pTrafficMonitor->Active = TI_FALSE;
308 TrafficMonitor_SetRstCondition() the alert will not be active till the reset function will be set.
    [all...]
  /external/webkit/WebCore/svg/animation/
SVGSMILElement.cpp 601 // Computing the active duration
614 // Computing the active duration
800 if (m_activeState == Active) {
806 // We are supposed to do freeze semantics when repeating ends, even if the element is still active.
820 return Active;
822 if (m_activeState == Active)
830 // Animation does not contribute during the active time if it is past its repeating duration and has fill=remove.
831 return (m_activeState == Active && (fill() == FillFreeze || elapsed <= m_intervalBegin + repeatingDuration())) || m_activeState == Frozen;
849 ASSERT(m_activeState != Active);
860 m_activeState = Active;
    [all...]
SVGSMILElement.h 150 enum ActiveState { Inactive, Active, Frozen };
  /external/webkit/WebCore/page/
EventHandler.cpp 527 HitTestRequest::Active |
652 // We don't want to trigger the autoscroll or the panScroll if it's already active
806 int hitType = HitTestRequest::ReadOnly | HitTestRequest::Active;
    [all...]
DragController.cpp 264 HitTestRequest request(HitTestRequest::ReadOnly | HitTestRequest::Active);
  /external/webkit/WebKit/gtk/webkit/
webkitwebinspector.cpp 529 HitTestRequest request(HitTestRequest::ReadOnly | HitTestRequest::Active);
webkitwebview.cpp     [all...]
  /external/webkit/WebCore/platform/qt/
RenderThemeQt.cpp 258 return pal.brush(QPalette::Active, QPalette::Highlight).color();
270 return pal.brush(QPalette::Active, QPalette::HighlightedText).color();
896 if (o && o->node()->active())
  /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/WebCore/accessibility/
AccessibilityRenderObject.cpp 339 // If this is an ARIA button, check the aria-pressed attribute rather than node()->active()
346 return node->active();
    [all...]
  /external/webkit/WebCore/editing/
SelectionController.cpp     [all...]
  /external/webkit/WebCore/dom/
Document.cpp 1027 HitTestRequest request(HitTestRequest::ReadOnly | HitTestRequest::Active);
1057 HitTestRequest request(HitTestRequest::ReadOnly | HitTestRequest::Active);
    [all...]
  /external/v8/src/
d8.js 1117 var result = 'Active V8 threads: ' + body.totalThreads + '\n';
    [all...]

Completed in 430 milliseconds