Searched defs:GetType (Results 151 - 175 of 193) sorted by relevance

12345678

/external/chromium_org/ui/views/controls/menu/
H A Dmenu_item_view.h233 const Type& GetType() const { return type_; } function in class:views::MenuItemView
/external/lldb/source/API/
H A DSBType.cpp551 SBTypeMember::GetType () function in class:SBTypeMember
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Object.h211 int GetType() const function in class:CJS_Timer
/external/skia/src/svg/
H A DSkSVGParser.cpp199 SkSVGTypes type = GetType(name, len);
436 SkSVGTypes SkSVGParser::GetType(const char match[], size_t len ) { function in class:SkSVGParser
/external/chromium_org/base/prefs/
H A Dpref_service.cc205 this, pref_name, default_value->GetType()))).first;
247 if (value->GetType() != base::Value::TYPE_DICTIONARY) {
269 if (!value->IsType(pref->GetType())) {
302 if (value->GetType() != base::Value::TYPE_LIST) {
412 if (pref->GetType() != type) {
448 if (pref->GetType() != new_value->GetType()) {
450 << " of type " << pref->GetType()
451 << " to value of type " << new_value->GetType();
479 base::Value::Type PrefService::Preference::GetType() cons function in class:PrefService::Preference
[all...]
/external/chromium_org/extensions/browser/api/declarative_webrequest/
H A Dwebrequest_condition_attribute.cc107 return GetType() == other->GetType();
188 WebRequestConditionAttributeResourceType::GetType() const { function in class:extensions::WebRequestConditionAttributeResourceType
276 WebRequestConditionAttributeContentType::GetType() const { function in class:extensions::WebRequestConditionAttributeContentType
499 switch (content->GetType()) {
621 WebRequestConditionAttributeRequestHeaders::GetType() const { function in class:extensions::WebRequestConditionAttributeRequestHeaders
699 WebRequestConditionAttributeResponseHeaders::GetType() const { function in class:extensions::WebRequestConditionAttributeResponseHeaders
767 WebRequestConditionAttributeThirdParty::GetType() const { function in class:extensions::WebRequestConditionAttributeThirdParty
861 WebRequestConditionAttributeStages::GetType() const { function in class:extensions::WebRequestConditionAttributeStages
/external/chromium_org/net/dns/
H A Dmdns_client_impl.cc340 ListenerKey key(listener->GetName(), listener->GetType());
356 ListenerKey key(listener->GetName(), listener->GetType());
503 uint16 MDnsListenerImpl::GetType() const { function in class:net::MDnsListenerImpl
631 uint16 MDnsTransactionImpl::GetType() const { function in class:net::MDnsTransactionImpl
/external/chromium_org/ppapi/c/
H A Dppb_input_event.h431 * GetType() returns the type of input event for the given input event
440 PP_InputEvent_Type (*GetType)(PP_Resource event); member in struct:PPB_InputEvent_1_0
/external/chromium_org/ppapi/thunk/
H A Dppb_input_event_thunk.cc53 PP_InputEvent_Type GetType(PP_Resource event) { function in namespace:ppapi::thunk::__anon10286
54 VLOG(4) << "PPB_InputEvent::GetType()";
58 return enter.object()->GetType();
82 &GetType,
129 return PP_FALSE; // Prevent warning log in GetType.
130 PP_InputEvent_Type type = GetType(resource);
208 return PP_FALSE; // Prevent warning log in GetType.
209 PP_InputEvent_Type type = GetType(resource);
283 return PP_FALSE; // Prevent warning log in GetType.
284 PP_InputEvent_Type type = GetType(resourc
[all...]
/external/chromium_org/v8/src/
H A Dcode-stubs.cc513 Type* CompareNilICStub::GetType(Zone* zone, Handle<Map> map) { function in class:v8::internal::CompareNilICStub
535 Type* output_type = GetType(zone, map);
H A Ddateparser.h273 static KeywordType GetType(int i) { function in class:v8::internal::DateParser::KeywordTable
/external/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h326 GetType () = 0;
389 GetType () function in struct:lldb_private::StringSummaryFormat
459 GetType () function in struct:lldb_private::CXXFunctionSummaryFormat
533 GetType () function in struct:lldb_private::ScriptSummaryFormat
/external/lldb/include/lldb/Target/
H A DObjCLanguageRuntime.h88 GetType () const function in class:lldb_private::ObjCLanguageRuntime::MethodName
230 GetType () function in class:lldb_private::ObjCLanguageRuntime::ClassDescriptor
/external/lldb/source/Symbol/
H A DType.cpp64 SymbolFileType::GetType () function in class:SymbolFileType
H A DVariable.cpp86 Variable::GetType() function in class:Variable
89 return m_symfile_type_sp->GetType();
105 Type *type = m_symfile_type_sp->GetType();
841 Type *variable_type = variable->GetType();
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_objects.h42 int GetType() const function in class:CPDF_Object
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusBitmap.h235 Image::GetType() const function in class:Image
H A DGdiPlusBrush.h51 BrushType GetType() const function in class:Brush
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Value.cpp79 Attach(pValue->ToJSValue(),pValue->GetType());
238 FXJSVALUETYPE CJS_Value::GetType() const function in class:CJS_Value
277 // if (GetType() == VT_date)
482 JS_PutArrayElement(m_pArray,index,value.ToJSValue(),value.GetType());
/external/chromium_org/chrome/common/net/
H A Dx509_certificate_model_openssl.cc997 net::CertType GetType(X509Certificate::OSCertHandle os_cert) { function in namespace:x509_certificate_model
/external/chromium_org/extensions/common/
H A Dextension.cc136 Manifest::Type Extension::GetType() const { function in class:extensions::Extension
707 GetType() == Manifest::TYPE_PLATFORM_APP)) {
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstun.cc843 uint16 StunUInt16ListAttribute::GetType(int index) const { function in class:cricket::StunUInt16ListAttribute
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_objects.h352 virtual void STDMETHODCALLTYPE GetType( function in struct:GalliumD3D11TypedResource
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_objects.h352 virtual void STDMETHODCALLTYPE GetType( function in struct:GalliumD3D11TypedResource
/external/pdfium/core/src/reflow/
H A Dreflowedpage.h307 RF_DataType GetType() function in class:CRF_Data

Completed in 1596 milliseconds

12345678