HomeSort by relevance Sort by last modified time
    Searched refs:m_state (Results 51 - 75 of 140) sorted by null

1 23 4 5 6

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorProfilerAgent.cpp 149 m_state->setBoolean(ProfilerAgentState::profilerEnabled, true);
162 m_state->setBoolean(ProfilerAgentState::profilerEnabled, false);
167 return m_state->getBoolean(ProfilerAgentState::profilerEnabled);
176 m_state->setLong(ProfilerAgentState::samplingInterval, interval);
196 if (m_state->getBoolean(ProfilerAgentState::profilerEnabled)) {
200 if (long interval = m_state->getLong(ProfilerAgentState::samplingInterval, 0))
202 if (m_state->getBoolean(ProfilerAgentState::userInitiatedProfiling))
219 m_state->setBoolean(ProfilerAgentState::userInitiatedProfiling, true);
246 m_state->setBoolean(ProfilerAgentState::userInitiatedProfiling, false);
InspectorBaseAgent.h 61 InspectorState* m_state; member in class:WebCore::InspectorBaseAgentInterface
WorkerInspectorController.h 71 OwnPtr<InspectorCompositeState> m_state; member in class:WebCore::WorkerInspectorController
InspectorDebuggerAgent.cpp 113 m_state->setLong(DebuggerAgentState::pauseOnExceptionsState, ScriptDebugServer::DontPauseOnExceptions);
135 m_state->setObject(DebuggerAgentState::javaScriptBreakpoints, JSONObject::create());
136 m_state->setLong(DebuggerAgentState::pauseOnExceptionsState, ScriptDebugServer::DontPauseOnExceptions);
137 m_state->setString(DebuggerAgentState::skipStackPattern, "");
138 m_state->setLong(DebuggerAgentState::asyncCallStackDepth, 0);
154 return m_state->getBoolean(DebuggerAgentState::debuggerEnabled);
163 m_state->setBoolean(DebuggerAgentState::debuggerEnabled, true);
174 m_state->setBoolean(DebuggerAgentState::debuggerEnabled, false);
192 long pauseState = m_state->getLong(DebuggerAgentState::pauseOnExceptionsState);
195 m_cachedSkipStackRegExp = compileSkipCallFramePattern(m_state->getString(DebuggerAgentState::skipStackPattern))
    [all...]
InspectorDOMDebuggerAgent.cpp 165 RefPtr<JSONObject> eventListenerBreakpoints = m_state->getObject(DOMDebuggerAgentState::eventListenerBreakpoints);
167 m_state->setObject(DOMDebuggerAgentState::eventListenerBreakpoints, eventListenerBreakpoints);
187 RefPtr<JSONObject> eventListenerBreakpoints = m_state->getObject(DOMDebuggerAgentState::eventListenerBreakpoints);
189 m_state->setObject(DOMDebuggerAgentState::eventListenerBreakpoints, eventListenerBreakpoints);
398 RefPtr<JSONObject> eventListenerBreakpoints = m_state->getObject(DOMDebuggerAgentState::eventListenerBreakpoints);
469 m_state->setBoolean(DOMDebuggerAgentState::pauseOnAllXHRs, true);
473 RefPtr<JSONObject> xhrBreakpoints = m_state->getObject(DOMDebuggerAgentState::xhrBreakpoints);
475 m_state->setObject(DOMDebuggerAgentState::xhrBreakpoints, xhrBreakpoints);
481 m_state->setBoolean(DOMDebuggerAgentState::pauseOnAllXHRs, false);
485 RefPtr<JSONObject> xhrBreakpoints = m_state->getObject(DOMDebuggerAgentState::xhrBreakpoints)
    [all...]
PageRuntimeAgent.cpp 83 if (m_state->getBoolean(PageRuntimeAgentState::runtimeEnabled)) {
95 m_state->setBoolean(PageRuntimeAgentState::runtimeEnabled, true);
109 m_state->setBoolean(PageRuntimeAgentState::runtimeEnabled, false);
InspectorConsoleAgent.cpp 81 m_state = 0;
94 m_state->setBoolean(ConsoleAgentState::consoleMessagesEnabled, true);
114 m_state->setBoolean(ConsoleAgentState::consoleMessagesEnabled, false);
137 if (m_state->getBoolean(ConsoleAgentState::consoleMessagesEnabled)) {
267 if (m_frontend && m_state->getBoolean(ConsoleAgentState::monitoringXHR)) {
298 m_state->setBoolean(ConsoleAgentState::monitoringXHR, enabled);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
CSSToStyleMap.h 48 CSSToStyleMap(const StyleResolverState& state, ElementStyleResources& elementStyleResources) : m_state(state), m_elementStyleResources(elementStyleResources) { }
86 const StyleResolverState& m_state; member in class:WebCore::CSSToStyleMap
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReader.h 73 ReadyState readyState() const { return m_state; }
112 ReadyState m_state; member in class:WebCore::FileReader
  /external/chromium_org/third_party/WebKit/Source/core/loader/
TextTrackLoader.h 63 State loadState() { return m_state; }
89 State m_state; member in class:WebCore::TextTrackLoader
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBTransaction.h 70 bool isActive() const { return m_state == Active; }
71 bool isFinished() const { return m_state == Finished; }
124 State m_state; member in class:WebCore::IDBTransaction
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIAccessPromise.h 79 State m_state; member in class:WebCore::MIDIAccessPromise
  /external/chromium_org/third_party/WebKit/Source/platform/network/
SocketStreamHandle.h 74 SocketStreamState m_state; member in class:WebCore::SocketStreamHandle
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTParser.cpp 143 , m_state(Initial)
186 switch (m_state) {
195 m_state = Header;
206 m_state = Id;
212 m_state = recoverCue(line);
226 m_state = collectCueId(line);
232 m_state = Id;
237 m_state = collectTimingsAndSettings(line);
242 m_state = collectCueText(line);
247 m_state = ignoreBadCue(line)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceLoader.h 84 bool reachedTerminalState() const { return m_state == Terminated; }
133 ResourceLoaderState m_state; member in class:WebCore::ResourceLoader
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
TextControlInnerElements.h 118 SpeechInputState state() const { return m_state; }
135 SpeechInputState m_state; member in class:WebCore::FINAL
TextControlInnerElements.cpp 283 , m_state(Idle)
292 if (m_state != Idle)
349 switch (m_state) {
378 if (m_state != state) {
379 m_state = state;
445 if (m_state != Idle)
456 if (m_state != Idle)
469 if (m_state == Recording)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumWin.h 38 ThemeData() : m_part(0), m_state(0), m_classicState(0) { }
41 unsigned m_state; member in struct:WebCore::ThemeData
RenderThemeChromiumWin.cpp 306 blink::Platform::current()->themeEngine()->paintButton(canvas, themeData.m_part, themeData.m_state, themeData.m_classicState, blink::WebRect(painter.drawRect()));
321 blink::Platform::current()->themeEngine()->paintTrackbar(canvas, themeData.m_part, themeData.m_state, themeData.m_classicState, blink::WebRect(painter.drawRect()));
334 blink::Platform::current()->themeEngine()->paintTrackbar(canvas, themeData.m_part, themeData.m_state, themeData.m_classicState, blink::WebRect(painter.drawRect()));
494 result.m_state = determineState(o);
499 result.m_state = determineState(o);
506 result.m_state = determineState(o);
511 result.m_state = TRS_NORMAL;
515 result.m_state = TRVS_NORMAL;
519 result.m_state = determineSliderThumbState(o);
523 result.m_state = determineSliderThumbState(o)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc 248 m_state = TCP_LISTEN;
289 if (m_state != TCP_LISTEN) {
294 m_state = TCP_SYN_SENT;
305 if (m_state == TCP_ESTABLISHED) {
311 if (m_state == TCP_CLOSED)
339 uint32 rto_limit = (m_state < TCP_ESTABLISHED) ? DEF_RTO : MAX_RTO;
368 if ((m_state == TCP_ESTABLISHED) && (TimeDiff(m_lastrecv + IDLE_TIMEOUT, now) <= 0)) {
374 if ((m_state == TCP_ESTABLISHED) && (TimeDiff(m_lasttraffic + (m_bOutgoing ? IDLE_PING * 3/2 : IDLE_PING), now) <= 0)) {
411 ASSERT(m_state == TCP_LISTEN);
414 ASSERT(m_state == TCP_LISTEN)
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraStateMachine.cpp 115 m_state = QCAMERA_SM_STATE_PREVIEW_STOPPED;
245 switch (m_state) {
389 m_state = QCAMERA_SM_STATE_PREVIEW_READY;
401 m_state = QCAMERA_SM_STATE_PREVIEWING;
419 m_state = QCAMERA_SM_STATE_PREVIEWING;
495 ALOGE("%s: cannot handle evt(%d) in state(%d)", __func__, evt, m_state);
506 ALOGD("%s: No ops for evt(%d) in state(%d)", __func__, evt, m_state);
556 __func__, cam_evt->server_event_type, m_state);
565 ALOGE("%s: cannot handle evt(%d) in state(%d)", __func__, evt, m_state);
601 m_state = QCAMERA_SM_STATE_PREVIEW_STOPPED
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraStateMachine.cpp 115 m_state = QCAMERA_SM_STATE_PREVIEW_STOPPED;
245 switch (m_state) {
389 m_state = QCAMERA_SM_STATE_PREVIEW_READY;
401 m_state = QCAMERA_SM_STATE_PREVIEWING;
419 m_state = QCAMERA_SM_STATE_PREVIEWING;
495 ALOGE("%s: cannot handle evt(%d) in state(%d)", __func__, evt, m_state);
506 ALOGD("%s: No ops for evt(%d) in state(%d)", __func__, evt, m_state);
556 __func__, cam_evt->server_event_type, m_state);
565 ALOGE("%s: cannot handle evt(%d) in state(%d)", __func__, evt, m_state);
601 m_state = QCAMERA_SM_STATE_PREVIEW_STOPPED
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc 229 m_state = TCP_LISTEN;
268 if (m_state != TCP_LISTEN) {
273 m_state = TCP_SYN_SENT;
286 if (m_state == TCP_ESTABLISHED) {
292 if (m_state == TCP_CLOSED)
320 uint32 rto_limit = (m_state < TCP_ESTABLISHED) ? DEF_RTO : MAX_RTO;
349 if ((m_state == TCP_ESTABLISHED) && (TimeDiff(m_lastrecv + IDLE_TIMEOUT, now) <= 0)) {
355 if ((m_state == TCP_ESTABLISHED) && (TimeDiff(m_lasttraffic + (m_bOutgoing ? IDLE_PING * 3/2 : IDLE_PING), now) <= 0)) {
398 if (m_state != TCP_ESTABLISHED) {
431 if (m_state != TCP_ESTABLISHED)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditor.cpp 209 , m_state(Uninitialized)
221 ASSERT(m_state == Uninitialized);
222 m_state = FilteringTokens;
234 if (m_state != Uninitialized)
236 m_state = FilteringTokens;
322 ASSERT(m_state != Uninitialized);
346 m_state = FilteringTokens;
380 m_state = FilteringTokens;
390 ASSERT(m_state != Uninitialized);
391 if (m_state == PermittingAdjacentCharacterTokens
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp 130 m_state = m_stateStack.last().get();
157 m_stateStack.append(m_state->clone());
158 m_state = m_stateStack.last().get();
175 m_state = m_stateStack.last().get();
243 m_state->m_strokeData.setColor(color);
244 m_state->m_strokeData.clearGradient();
245 m_state->m_strokeData.clearPattern();
258 m_state->m_strokeData.clearGradient();
259 m_state->m_strokeData.setPattern(pattern);
272 m_state->m_strokeData.setGradient(gradient)
    [all...]

Completed in 1278 milliseconds

1 23 4 5 6