Searched refs:m_state (Results 1 - 25 of 122) sorted by relevance

12345

/external/webkit/Source/WebCore/loader/
H A DFrameLoaderStateMachine.cpp38 : m_state(Uninitialized)
44 return m_state == DisplayingInitialEmptyDocument;
49 return m_state >= DisplayingInitialEmptyDocumentPostCommit;
54 return m_state == CreatingInitialEmptyDocument;
59 return m_state == DisplayingInitialEmptyDocument || m_state == DisplayingInitialEmptyDocumentPostCommit;
64 return m_state == FirstLayoutDone;
69 ASSERT(State(m_state + 1) == state || (firstLayoutDone() && state == CommittedFirstRealLoad));
70 m_state = state;
/external/webkit/Source/WebCore/dom/
H A DDocumentParser.cpp34 : m_state(ParsingState)
51 m_state = ParsingState;
56 ASSERT(m_state == ParsingState);
57 m_state = StoppingState;
62 m_state = StoppedState;
67 m_state = DetachedState;
H A DDocumentParser.h66 bool isParsing() const { return m_state == ParsingState; }
67 bool isStopping() const { return m_state == StoppingState; }
68 bool isStopped() const { return m_state >= StoppedState; }
69 bool isDetached() const { return m_state == DetachedState; }
108 ParserState m_state; member in class:WebCore::DocumentParser
/external/webkit/Source/WebCore/html/parser/
H A DCSSPreloadScanner.cpp40 : m_state(Initial)
47 m_state = Initial;
57 for (HTMLToken::DataVector::const_iterator iter = characters.begin(); iter != characters.end() && m_state != DoneParsingImportRules; ++iter)
65 switch (m_state) {
70 m_state = RuleStart;
72 m_state = MaybeComment;
74 m_state = DoneParsingImportRules;
78 m_state = Comment;
80 m_state = Initial;
84 m_state
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
H A DMemoryFlyoutPreferences.java21 private int m_state; field in class:MemoryFlyoutPreferences
31 m_state = state;
45 return m_state;
57 m_state = state;
/external/webkit/Source/WebCore/platform/qt/
H A DPlatformTouchPointQt.cpp35 case Qt::TouchPointReleased: m_state = TouchReleased; break;
36 case Qt::TouchPointMoved: m_state = TouchMoved; break;
37 case Qt::TouchPointPressed: m_state = TouchPressed; break;
38 case Qt::TouchPointStationary: m_state = TouchStationary; break;
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.cpp143 if (m_state.hasSurfaceDescendants) {
166 if (m_state.drawsContent || m_currentContent.contentType != HTMLContentType)
190 if (m_layerType == ClipLayer || m_layerType == TransparencyLayer || m_state.replicaLayer)
205 if (!m_state.visible || m_state.opacity < 0.001)
208 int descendantsWithContent = (m_state.drawsContent || m_currentContent.contentType != HTMLContentType) ? 1 : 0;
226 const bool selfHasContent = m_state.drawsContent || (m_currentContent.contentType != HTMLContentType);
227 const bool hasDescendantsWithContent = m_state.descendantsWithContent - (selfHasContent ? 1 : 0);
228 const bool hasTransparency = m_state.opacity < 0.99 || m_state
[all...]
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DPainterOpenVG.cpp400 : m_state(0)
406 : m_state(0)
424 ASSERT(!m_state);
429 m_state = m_stateStack.last();
454 m_state = 0;
460 ASSERT(m_state);
461 m_state->applyState(this);
472 ASSERT(m_state); // implies m_surface
478 ASSERT(m_state);
479 return m_state
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContext.cpp202 m_state = &m_stateStack.last();
215 m_stateStack.append(m_state->cloneInheritedProperties());
216 m_state = &m_stateStack.last();
222 m_state = &m_stateStack.last();
231 m_state->alpha = alpha;
236 int alpha = roundf(m_state->alpha * 256);
246 m_state->mode = WebCoreCompositeToSkiaComposite(op);
252 if (m_state->fillColor != c.rgb()) {
253 m_state->fillColor = c.rgb();
262 if (fillShader && m_state
[all...]
/external/webkit/Source/WebCore/platform/mac/
H A DPurgeableBufferMac.cpp46 , m_state(NonVolatile)
81 if (m_state != NonVolatile)
98 m_state = Purged;
102 m_state = Volatile;
106 if (m_state == NonVolatile)
108 if (m_state == Purged)
116 m_state = Purged;
120 m_state = state & VM_PURGABLE_EMPTY ? Purged : NonVolatile;
121 return m_state == NonVolatile;
126 if (m_state
[all...]
/external/webkit/Source/WebCore/storage/
H A DIDBTransactionBackendImpl.cpp46 , m_state(Unused)
60 ASSERT(m_state == Finished);
65 if (m_state == Finished) {
90 if (m_state == Finished)
97 if (m_state == Unused)
105 if (m_state == Finished)
113 m_state = Finished;
133 if (m_state == Finished)
136 ASSERT(m_state == Running);
146 ASSERT(m_state
[all...]
/external/stlport/test/unit/
H A Dstack_allocator.h69 : m_state(beg, end) {}
71 const State& getState() const { return m_state; }
75 : m_state(other.getState()) {}
78 : m_state(state) {}
92 ++(*m_state.m_sharedNbAlloc);
94 if (*m_state.m_sharedCur + (n * sizeof(_Tp)) < m_state.m_end) {
95 char *ret = *m_state.m_sharedCur;
96 *m_state.m_sharedCur += n * sizeof(_Tp);
123 --(*m_state
167 State m_state; member in struct:StackAllocator
[all...]
/external/webkit/Source/WebCore/platform/network/
H A DSocketStreamHandleBase.cpp44 , m_state(Connecting)
50 return m_state;
55 if (m_state == Connecting)
66 if (m_state == Open)
84 m_state = Closed;
89 ASSERT(!client || (!m_client && m_state == Connecting));
95 if (m_state != Open)
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DTile.cpp62 , m_state(Unpainted)
110 m_state = Unpainted;
114 if (m_state == UpToDate) {
117 m_state = Unpainted;
128 if (m_state == UpToDate) {
130 m_state = Unpainted;
136 m_state = Unpainted;
187 if (m_state == UpToDate) {
191 m_state = Unpainted;
192 } else if (m_state !
[all...]
/external/webkit/Source/WebKit2/Shared/
H A DWebPlatformTouchPoint.cpp40 , m_state(state)
48 encoder->encode(CoreIPC::In(m_id, m_state, m_screenPosition, m_position));
53 return decoder->decode(CoreIPC::Out(t.m_id, t.m_state, t.m_screenPosition, t.m_position));
/external/webkit/Source/WebCore/fileapi/
H A DFileReader.cpp52 , m_state(None)
65 return (m_state != None && m_state != Completed) || ActiveDOMObject::hasPendingActivity();
128 if (m_state != None && m_state != Starting)
131 if (m_state == None)
136 m_state = Starting;
148 if (m_state == Aborting)
150 m_state = Aborting;
173 m_state
[all...]
/external/webkit/Source/WebCore/platform/android/
H A DPlatformTouchPointAndroid.cpp35 , m_state(state)
/external/webkit/Source/WebCore/platform/brew/
H A DPlatformTouchPointBrew.cpp35 , m_state(state)
/external/webkit/Source/WebCore/platform/efl/
H A DPlatformTouchPointEfl.cpp37 , m_state(state)
/external/webkit/Source/WebCore/notifications/
H A DNotification.cpp52 , m_state(Idle)
73 , m_state(Idle)
90 if (m_state == Loading) {
112 if (m_state == Idle) {
113 m_state = Showing;
121 if (m_state == Idle && m_notificationCenter->presenter() && m_notificationCenter->presenter()->show(this))
122 m_state = Showing;
128 switch (m_state) {
132 m_state = Cancelled;
163 if (m_state !
[all...]
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DPlatformContextSkia.cpp227 m_state = &m_stateStack.last();
266 m_stateStack.append(m_state->cloneInheritedProperties());
267 m_state = &m_stateStack.last();
271 m_state->m_imageBufferClip.reset();
283 m_state->m_clip = rect;
299 bitmap->copyTo(&m_state->m_imageBufferClip, SkBitmap::kARGB_8888_Config);
302 m_state->m_imageBufferClip = *bitmap;
310 bool haveLayerOutstanding = m_state->m_antiAliasClipPaths.size();
313 m_state->m_antiAliasClipPaths.append(clipPath);
326 if (!m_state
[all...]
/external/webkit/Source/WebCore/websockets/
H A DWebSocket.cpp97 , m_state(CONNECTING)
121 m_state = CLOSED;
128 m_state = CLOSED;
134 m_state = CLOSED;
140 m_state = CLOSED;
146 m_state = CLOSED;
159 if (m_state == CONNECTING) {
164 if (m_state == CLOSED) {
176 if (m_state == CLOSED)
178 m_state
[all...]
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.cpp95 m_stack.append(m_state);
109 m_state = m_stack.last();
117 m_state.strokeThickness = thickness;
123 m_state.strokeStyle = style;
129 m_state.strokeColor = color;
130 m_state.strokeColorSpace = colorSpace;
131 m_state.strokeGradient.clear();
132 m_state.strokePattern.clear();
138 m_state.shadowOffset = offset;
139 m_state
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToSAXHandler.java86 protected TransformStateSetter m_state = null; field in class:ToSAXHandler
199 if (m_state != null) {
200 m_state.resetState(getTransformer());
300 this.m_state = ts;
316 if (m_state != null) {
317 m_state.resetState(getTransformer());
333 if (m_state != null) {
334 m_state.resetState(getTransformer());
351 if (m_state != null)
353 m_state
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DResourceHandle.cpp61 , m_state(ConnectionStateNew)
98 ConnectionState m_state; member in class:WebCore::ResourceHandleInternal
103 if (m_state != ConnectionStateNew)
105 m_state = ConnectionStateStarted;
117 m_state = ConnectionStateCanceled;
155 bool isValidStateTransition = (m_state == ConnectionStateStarted || m_state == ConnectionStateReceivedResponse);
159 m_state = ConnectionStateReceivedResponse;
166 if (m_state != ConnectionStateReceivedResponse && m_state !
[all...]

Completed in 606 milliseconds

12345