Searched refs:m_type (Results 1 - 25 of 254) sorted by relevance

1234567891011

/external/webkit/Source/WebCore/editing/
H A DEditingBehavior.h32 : m_type(type)
42 bool shouldMoveCaretToHorizontalBoundaryWhenPastTopOrBottom() const { return m_type != EditingWindowsBehavior; }
46 bool shouldConsiderSelectionAsDirectional() const { return m_type != EditingMacBehavior; }
50 bool shouldCenterAlignWhenSelectionIsRevealed() const { return m_type == EditingMacBehavior; }
54 bool shouldToggleStyleBasedOnStartOfSelection() const { return m_type == EditingMacBehavior; }
58 bool shouldAlwaysGrowSelectionWhenExtendingToBoundary() const { return m_type == EditingMacBehavior; }
61 bool shouldSelectOnContextualMenuClick() const { return m_type == EditingMacBehavior; }
65 bool shouldClearSelectionWhenLosingWebPageFocus() const { return m_type == EditingMacBehavior; }
68 EditingBehaviorType m_type; member in class:WebCore::EditingBehavior
/external/webkit/Source/WebCore/storage/
H A DIDBAny.cpp53 : m_type(UndefinedType)
63 ASSERT(m_type == IDBCursorType);
70 ASSERT(m_type == IDBCursorWithValueType);
76 ASSERT(m_type == IDBDatabaseType);
82 ASSERT(m_type == IDBFactoryType);
88 ASSERT(m_type == IDBIndexType);
94 ASSERT(m_type == IDBKeyType);
100 ASSERT(m_type == IDBObjectStoreType);
106 ASSERT(m_type == IDBTransactionType);
112 ASSERT(m_type
[all...]
H A DIDBKey.cpp34 : m_type(NullType)
45 if (other->m_type < m_type)
47 if (other->m_type > m_type)
50 switch (m_type) {
67 if (!other || other->m_type != m_type)
70 switch (m_type) {
H A DLocalStorageTask.cpp38 : m_type(type)
43 ASSERT(m_type == AreaImport || m_type == AreaSync || m_type == DeleteEmptyDatabase);
47 : m_type(type)
52 ASSERT(m_type == TerminateThread);
56 : m_type(type)
58 ASSERT(m_type == ImportOrigins || m_type == DeleteAllOrigins);
62 : m_type(typ
[all...]
H A DIDBKey.h42 idbKey->m_type = NullType;
49 idbKey->m_type = NumberType;
57 idbKey->m_type = StringType;
65 idbKey->m_type = DateType;
80 Type type() const { return m_type; }
84 ASSERT(m_type == StringType);
90 ASSERT(m_type == DateType);
96 ASSERT(m_type == NumberType);
109 Type m_type; member in class:WebCore::IDBKey
/external/webkit/Source/WebCore/platform/sql/
H A DSQLValue.cpp35 : m_type(val.m_type)
43 ASSERT(m_type == StringValue);
51 ASSERT(m_type == NumberValue);
H A DSQLValue.h41 SQLValue() : m_type(NullValue), m_number(0.0) { }
42 SQLValue(double number) : m_type(NumberValue), m_number(number) { }
43 SQLValue(const String& s) : m_type(StringValue), m_number(0.0), m_string(s) { }
46 Type type() const { return m_type; }
52 Type m_type; member in class:WebCore::SQLValue
/external/webkit/Source/WebCore/platform/graphics/filters/
H A DLightSource.cpp39 if (m_type == LS_DISTANT)
46 if (m_type == LS_DISTANT)
53 if (m_type == LS_SPOT)
55 if (m_type == LS_POINT)
62 if (m_type == LS_SPOT)
64 if (m_type == LS_POINT)
71 if (m_type == LS_SPOT)
73 if (m_type == LS_POINT)
80 if (m_type == LS_SPOT)
87 if (m_type
[all...]
/external/webkit/Source/WebCore/html/parser/
H A DHTMLToken.h69 m_type = Uninitialized;
76 bool isUninitialized() { return m_type == Uninitialized; }
93 ASSERT(m_type == Uninitialized);
94 m_type = EndOfFile;
100 ASSERT(m_type == Uninitialized);
101 m_type = StartTag;
112 ASSERT(m_type == Uninitialized);
113 m_type = EndTag;
125 ASSERT(m_type == Uninitialized || m_type
361 Type m_type; member in class:WebCore::HTMLToken
496 HTMLToken::Type m_type; member in class:WebCore::AtomicHTMLToken
[all...]
/external/webkit/Source/JavaScriptCore/runtime/
H A DPutPropertySlot.h42 : m_type(Uncachable)
50 m_type = ExistingProperty;
57 m_type = NewProperty;
62 Type type() const { return m_type; }
66 bool isCacheable() const { return m_type != Uncachable; }
73 Type m_type; member in class:JSC::PutPropertySlot
/external/webkit/Source/WebCore/platform/
H A DPlatformGestureEvent.h43 : m_type(ScrollBeginType)
48 Type type() const { return m_type; }
56 Type m_type; member in class:WebCore::PlatformGestureEvent
H A DContentType.h40 const String& raw() const { return m_type; }
42 String m_type; member in class:WebCore::ContentType
H A DContextMenuItem.cpp36 : m_type(type)
47 : m_type(type)
56 : m_type(SubmenuType)
72 m_type = SubmenuType;
75 m_type = ActionType;
82 m_type = type;
87 return m_type;
/external/webkit/Source/WebCore/rendering/style/
H A DContentData.h40 : m_type(CONTENT_NONE)
51 bool isCounter() const { return m_type == CONTENT_COUNTER; }
52 bool isImage() const { return m_type == CONTENT_OBJECT; }
53 bool isNone() const { return m_type == CONTENT_NONE; }
54 bool isQuote() const { return m_type == CONTENT_QUOTE; }
55 bool isText() const { return m_type == CONTENT_TEXT; }
57 StyleContentType type() const { return m_type; }
69 m_type = CONTENT_OBJECT;
81 m_type = CONTENT_TEXT;
93 m_type
115 StyleContentType m_type; member in struct:WebCore::ContentData
[all...]
H A DLineClampValue.h35 : m_type(LineClampLineCount)
41 : m_type(type)
48 bool isPercentage() const { return m_type == LineClampPercentage; }
63 ELineClampType m_type; member in class:WebCore::LineClampValue
/external/webkit/Source/WebKit2/Shared/
H A DWebEvent.cpp36 : m_type(static_cast<uint32_t>(NoType))
43 : m_type(type)
51 encoder->encode(CoreIPC::In(m_type, m_modifiers, m_timestamp));
56 return decoder->decode(CoreIPC::Out(t.m_type, t.m_modifiers, t.m_timestamp));
/external/webkit/Source/WebCore/xml/
H A DXPathValue.h59 Value(unsigned value) : m_type(NumberValue), m_bool(false), m_number(value) {}
60 Value(unsigned long value) : m_type(NumberValue), m_bool(false), m_number(value) {}
61 Value(double value) : m_type(NumberValue), m_bool(false), m_number(value) {}
63 Value(const char* value) : m_type(StringValue), m_bool(false), m_number(0), m_data(ValueData::create(value)) {}
64 Value(const String& value) : m_type(StringValue), m_bool(false), m_number(0), m_data(ValueData::create(value)) {}
65 Value(const NodeSet& value) : m_type(NodeSetValue), m_bool(false), m_number(0), m_data(ValueData::create(value)) {}
66 Value(Node* value) : m_type(NodeSetValue), m_bool(false), m_number(0), m_data(ValueData::create()) { m_data->m_nodeSet.append(value); }
72 Value(NodeSet& value, const AdoptTag&) : m_type(NodeSetValue), m_bool(false), m_number(0), m_data(ValueData::create()) { value.swap(m_data->m_nodeSet); }
74 Type type() const { return m_type; }
76 bool isNodeSet() const { return m_type
88 Type m_type; member in class:WebCore::XPath::Value
[all...]
/external/webkit/Source/WebCore/wml/
H A DWMLOnEventElement.cpp40 , m_type(WMLIntrinsicEventUnknown)
57 m_type = WMLIntrinsicEventOnEnterForward;
59 m_type = WMLIntrinsicEventOnEnterBackward;
61 m_type = WMLIntrinsicEventOnTimer;
63 m_type = WMLIntrinsicEventOnPick;
78 if (m_type == WMLIntrinsicEventUnknown)
89 if (!eventHandlingElement->eventHandler()->registerIntrinsicEvent(m_type, event))
99 eventHandlingElement->eventHandler()->deregisterIntrinsicEvent(m_type);
/external/webkit/Source/WebCore/loader/
H A DNavigationAction.cpp51 : m_type(NavigationTypeOther)
57 , m_type(type)
64 , m_type(navigationType(frameLoadType, isFormSubmission, 0))
70 , m_type(type)
78 , m_type(navigationType(frameLoadType, isFormSubmission, event))
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLVertexArrayObjectOES.cpp44 , m_type(type)
51 switch (m_type) {
63 switch (m_type) {
H A DWebGLGetInfo.cpp46 : m_type(kTypeBool)
52 : m_type(kTypeBoolArray)
62 : m_type(kTypeFloat)
68 : m_type(kTypeInt)
74 : m_type(kTypeNull)
79 : m_type(kTypeString)
85 : m_type(kTypeUnsignedInt)
91 : m_type(kTypeWebGLBuffer)
97 : m_type(kTypeWebGLFloatArray)
103 : m_type(kTypeWebGLFramebuffe
[all...]
/external/webkit/Source/WebCore/page/
H A DBarInfo.cpp40 , m_type(type)
56 return m_type;
67 switch (m_type) {
/external/webkit/Source/WebKit/android/wds/client/
H A DDevice.h47 , m_type(type) {}
51 DeviceType type() const { return m_type; }
59 DeviceType m_type; member in class:Device
/external/webkit/Source/WebCore/platform/network/
H A DProxyServer.h48 : m_type(Direct)
54 : m_type(type)
60 Type type() const { return m_type; }
65 Type m_type; member in class:WebCore::ProxyServer
/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DAttachment.cpp35 : m_type(Uninitialized)
41 : m_type(MachPortType)
48 : m_type(MachOOLMemoryType)
58 m_type = Uninitialized;

Completed in 6968 milliseconds

1234567891011