Searched defs:Type (Results 301 - 325 of 887) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/net/cookies/
H A Dcookie_monster_store_test.h53 enum Type { enum in struct:net::CookieStoreCommand
59 CookieStoreCommand(Type type, const CanonicalCookie& cookie)
63 Type type;
/external/chromium_org/ppapi/proxy/
H A Dserialized_handle.h32 enum Type { INVALID, SHARED_MEMORY, SOCKET, FILE }; enum in class:ppapi::proxy::SerializedHandle
37 Header(Type type_arg,
47 Type type;
55 explicit SerializedHandle(Type type);
61 SerializedHandle(const Type type,
64 Type type() const { return type_; }
137 Type type_;
/external/chromium_org/storage/common/
H A Ddata_element.h24 enum Type { enum in class:storage::DataElement
35 Type type() const { return type_; }
86 Type type_;
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-test-part.h51 enum Type { enum in class:testing::TestPartResult
60 TestPartResult(Type a_type,
72 Type type() const { return type_; }
103 Type type_;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSCalculationValue.h71 enum Type { enum in class:blink::CSSCalcExpressionNode
83 virtual Type type() const = 0;
H A DCSSPropertySourceData.h91 enum Type { enum in struct:blink::CSSRuleSourceData
105 static PassRefPtrWillBeRawPtr<CSSRuleSourceData> create(Type type)
115 CSSRuleSourceData(Type type)
124 Type type;
H A DCSSRule.h41 enum Type { enum in class:blink::CSSRule
61 virtual Type type() const = 0;
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLGetInfo.h54 enum Type { enum in class:blink::FINAL
96 Type getType() const;
118 Type m_type;
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DFormController.h55 enum Type { TypeSkip, TypeRestore, TypeFailure }; enum in class:blink::FormControlState
56 explicit FormControlState(Type type) : m_type(type) { }
58 Type m_type;
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DThreadableLoader.h108 typedef CrossThreadThreadableLoaderOptionsData Type; typedef in struct:blink::CrossThreadCopierBase
109 static Type copy(const ThreadableLoaderOptions& options)
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A Dgenerate_injected_script_externs.py90 class Type: class in inherits:
105 result += 'Array.<%s>' % Type(self.type_name, False, False).as_js_type()
156 arguments.append(Argument(Type(type_name, is_array, is_nullable), optional != '', arg_name))
167 return_type = Type(match.group(1), match.group(2) is not None, match.group(3) is not None)
173 type = Type(match.group(1), match.group(2) is not None, match.group(3) is not None)
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBAny.h84 enum Type { enum in class:blink::IDBAny
102 Type type() const { return m_type; }
119 explicit IDBAny(Type);
133 const Type m_type;
H A DIDBKey.h99 enum Type { enum in class:blink::IDBKey
109 Type type() const { return m_type; }
148 IDBKey(Type type, double number) : m_type(type), m_number(number) { }
153 const Type m_type;
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DFetchResponseData.h24 enum Type { BasicType, CORSType, DefaultType, ErrorType, OpaqueType }; enum in class:blink::FINAL
36 Type type() const { return m_type; }
53 FetchResponseData(Type, unsigned short, AtomicString);
55 Type m_type;
/external/chromium_org/third_party/WebKit/Source/platform/mediastream/
H A DMediaStreamSource.h60 enum Type { enum in class:blink::FINAL
71 static PassRefPtr<MediaStreamSource> create(const String& id, Type, const String& name, ReadyState = ReadyStateLive, bool requiresConsumer = false);
74 Type type() const { return m_type; }
98 MediaStreamSource(const String& id, Type, const String& name, ReadyState, bool requiresConsumer);
101 Type m_type;
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDefaultAllocator.h67 typedef void Type; typedef in struct:WTF::DefaultAllocator::VectorBackingHelper
71 typedef void Type; typedef in struct:WTF::DefaultAllocator::HashTableBackingHelper
144 typedef T* Type; typedef in struct:WTF::DefaultAllocator::OtherType
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFileSystem.h46 enum Type { enum in class:blink::WebFileSystem
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DVertexAttribute.h77 GLenum Type; member in struct:gl::VertexAttribCurrentValueData
85 Type = GL_FLOAT;
94 Type = GL_INT;
103 Type = GL_UNSIGNED_INT;
108 return (Type == other.Type && memcmp(FloatValues, other.FloatValues, sizeof(float) * 4) == 0);
H A Dformatutils.h49 struct Type struct in namespace:gl
51 Type();
56 const Type &GetTypeInfo(GLenum type);
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Dindentation.py38 Type = javascripttokens.JavaScriptTokenType variable
93 Type.START_PAREN, Type.START_PARAMETERS)
145 if token_type == Type.END_PAREN:
146 self._PopTo(Type.START_PAREN)
148 elif token_type == Type.END_PARAMETERS:
149 self._PopTo(Type.START_PARAMETERS)
151 elif token_type == Type.END_BRACKET:
152 self._PopTo(Type.START_BRACKET)
154 elif token_type == Type
[all...]
H A Dtokenutil.py30 Type = tokens.TokenType variable
351 space_token = JavaScriptToken(' ', Type.WHITESPACE, token.line,
365 blank_token = JavaScriptToken('', Type.BLANK_LINE, '',
671 Search until end of string as in case of empty string Type.STRING_TEXT is not
681 as in both cases there is no Type.STRING_TEXT.
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsessiondescriptionfactory.h66 enum Type { enum in struct:webrtc::CreateSessionDescriptionRequest
72 Type type,
79 Type type;
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglsurface.h52 EGLint Type; /* one of EGL_WINDOW_BIT, EGL_PIXMAP_BIT or EGL_PBUFFER_BIT */ member in struct:_egl_surface
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-test-part.h51 enum Type { enum in class:testing::TestPartResult
60 TestPartResult(Type a_type,
72 Type type() const { return type_; }
100 Type type_;
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfStructureElementDictionary_autogen.cpp11 SkString SkPdfStructureElementDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfStructureElementDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;

Completed in 2579 milliseconds

<<11121314151617181920>>