Searched defs:Type (Results 176 - 200 of 887) sorted by path

1234567891011>>

/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/sync/util/
H A Dnigori.h30 enum Type { enum in class:syncer::Nigori
52 bool Permute(Type type, const std::string& name, std::string* permuted) const;
/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/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h606 typedef typename Types::Head Type; typedef
607 typedef Fixture<Type> FixtureClass;
608 typedef typename GTEST_BIND_(TestSel, Type) TestClass;
616 GetTypeName<Type>().c_str(),
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Dprototype-1.7.js180 function Type(o) { function
219 if (Type(value) === OBJECT_TYPE && typeof value.toJSON === 'function') {
286 if (Type(object) !== OBJECT_TYPE) { throw new TypeError(); }
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSBasicShapes.h44 enum Type { enum in class:blink::CSSBasicShape
51 virtual Type type() const = 0;
69 virtual Type type() const OVERRIDE { return CSSBasicShapeCircleType; }
95 virtual Type type() const OVERRIDE { return CSSBasicShapeEllipseType; }
137 virtual Type type() const OVERRIDE { return CSSBasicShapePolygonType; }
201 virtual Type type() const OVERRIDE { return CSSBasicShapeInsetType; }
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;
H A DCSSValue.h46 enum Type { enum in class:blink::CSSValue
67 Type cssValueType() const;
H A DStyleRule.h40 enum Type { enum in class:blink::StyleRuleBase
55 Type type() const { return static_cast<Type>(m_type); }
87 StyleRuleBase(Type type) : m_type(type) { }
187 StyleRuleGroup(Type, WillBeHeapVector<RefPtrWillBeMember<StyleRuleBase> >& adoptRule);
282 #define DEFINE_STYLE_RULE_TYPE_CASTS(Type) \
283 DEFINE_TYPE_CASTS(StyleRule##Type, StyleRuleBase, rule, rule->is##Type##Rule(), rule.is##Type##Rule())
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPendingScript.h51 enum Type { enum in class:blink::FINAL
H A DStyleSheetCandidate.h43 enum Type { enum in class:blink::StyleSheetCandidate
72 static Type typeOf(Node&);
75 Type m_type;
H A DViewportDescription.h41 enum Type { enum in struct:blink::ViewportDescription
63 ViewportDescription(Type type = UserAgentStyleSheet)
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DInsertListCommand.h38 enum Type { OrderedList, UnorderedList }; enum in class:blink::FINAL
40 static PassRefPtrWillBeRawPtr<InsertListCommand> create(Document& document, Type listType)
50 InsertListCommand(Document&, Type);
63 Type m_type;
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DEventListener.h34 enum Type { enum in class:blink::EventListener
49 Type type() const { return m_type; }
52 explicit EventListener(Type type)
60 Type m_type;
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResource.h61 enum Type { enum in class:blink::Resource
90 Resource(const ResourceRequest&, Type);
125 Type type() const { return static_cast<Type>(m_type); }
256 static const char* resourceTypeToString(Type, const FetchInitiatorInfo&);
385 unsigned m_type : 4; // Type
416 const char* ResourceTypeName(Resource::Type);
H A DResourceLoaderOptions.h192 typedef CrossThreadResourceLoaderOptionsData Type; typedef in struct:blink::CrossThreadCopierBase
193 static Type copy(const ResourceLoaderOptions& options)
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DBarProp.h46 enum Type { Locationbar, Menubar, Personalbar, Scrollbars, Statusbar, Toolbar }; enum in class:blink::FINAL
48 static PassRefPtrWillBeRawPtr<BarProp> create(LocalFrame* frame, Type type)
58 BarProp(LocalFrame*, Type);
59 Type m_type;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLButtonElement.h45 enum Type { SUBMIT, RESET, BUTTON }; enum in class:blink::FINAL
79 Type m_type;
H A DLinkResource.h46 enum Type { enum in class:blink::LinkResource
58 virtual Type type() const = 0;
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasStyle.h72 enum Type { RGBA, CMYKA, Gradient, ImagePattern, CurrentColor, CurrentColorWithOverrideAlpha }; enum in class:blink::FINAL
74 CanvasStyle(Type, float overrideAlpha = 0);
82 Type m_type;
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/html/parser/
H A DHTMLToken.h66 enum Type { enum in class:blink::HTMLToken
115 Type type() const { return m_type; }
439 Type m_type;

Completed in 774 milliseconds

1234567891011>>