Searched defs:GetFormat (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/ppapi/cpp/
H A Dvideo_frame.cc47 PP_VideoFrame_Format VideoFrame::GetFormat() const { function in class:pp::VideoFrame
49 return get_interface<PPB_VideoFrame_0_1>()->GetFormat(pp_resource());
/external/chromium_org/ppapi/thunk/
H A Dppb_video_frame_thunk.cc41 PP_VideoFrame_Format GetFormat(PP_Resource frame) { function in namespace:ppapi::thunk::__anon10324
42 VLOG(4) << "PPB_VideoFrame::GetFormat()";
46 return enter.object()->GetFormat();
77 &GetFormat,
/external/chromium_org/ppapi/c/
H A Dppb_video_frame.h101 PP_VideoFrame_Format (*GetFormat)(PP_Resource frame); member in struct:PPB_VideoFrame_0_1
/external/chromium_org/ppapi/proxy/
H A Dvideo_frame_resource.cc47 PP_VideoFrame_Format VideoFrameResource::GetFormat() { function in class:ppapi::proxy::VideoFrameResource
/external/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h59 GetFormat () const function in class:lldb_private::OptionGroupFormat
/external/chromium_org/cc/resources/
H A Dui_resource_bitmap.h39 UIResourceFormat GetFormat() const { return format_; } function in class:cc::UIResourceBitmap
/external/chromium_org/ui/gl/
H A Dgl_surface_osmesa.cc90 unsigned GLSurfaceOSMesa::GetFormat() { function in class:gfx::GLSurfaceOSMesa
H A Dgl_surface.cc220 unsigned GLSurface::GetFormat() { function in class:gfx::GLSurface
342 unsigned GLSurfaceAdapter::GetFormat() { function in class:gfx::GLSurfaceAdapter
343 return surface_->GetFormat();
/external/lldb/source/API/
H A DSBTypeFormat.cpp48 SBTypeFormat::GetFormat () function in class:SBTypeFormat
51 return m_opaque_sp->GetFormat();
114 if (GetFormat() == rhs.GetFormat())
153 SetSP(TypeFormatImplSP(new TypeFormatImpl(GetFormat(),GetOptions())));
H A DSBValue.cpp1407 SBValue::GetFormat () function in class:SBValue
1412 return value_sp->GetFormat();
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Drule.h41 // Process(rule.GetFormat());
69 const std::vector<FormatElement>& GetFormat() const { return format_; } function in class:i18n::addressinput::Rule
/external/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h178 GetFormat () const function in class:lldb_private::TypeFormatImpl
/external/lldb/source/DataFormatters/
H A DDataVisualization.cpp44 DataVisualization::ValueFormats::GetFormat (ValueObject& valobj, lldb::DynamicValueType use_dynamic) function in class:DataVisualization::ValueFormats
52 DataVisualization::ValueFormats::GetFormat (const ConstString &type) function in class:DataVisualization::ValueFormats
/external/chromium_org/content/common/gpu/
H A Dtexture_image_transport_surface.cc290 unsigned TextureImageTransportSurface::GetFormat() { function in class:content::TextureImageTransportSurface
291 return surface_.get() ? surface_->GetFormat() : 0;
/external/chromium_org/chromeos/network/
H A Dnetwork_event_log.cc214 void GetFormat(const std::string& format_string, function in namespace:chromeos::network_event_log::__anon6186
308 GetFormat(format,
/external/lldb/source/Symbol/
H A DType.cpp293 format == lldb::eFormatDefault ? GetFormat() : format,
380 Type::GetFormat () function in class:Type
382 return GetClangForwardType().GetFormat();
H A DClangASTType.cpp1875 ClangASTType::GetFormat () const function in class:ClangASTType
1971 return ClangASTType (m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).GetFormat();
1973 return ClangASTType (m_ast, cast<AutoType>(qual_type)->desugar()).GetFormat();
1975 return ClangASTType (m_ast, cast<ParenType>(qual_type)->desugar()).GetFormat();
1977 return ClangASTType (m_ast, cast<ElaboratedType>(qual_type)->getNamedType()).GetFormat();
5576 base_clang_type.GetFormat(), // The format with which to display the member
5635 field_clang_type.GetFormat(), // The format with which to display the member
5705 lldb::Format element_format = element_clang_type.GetFormat();
5750 lldb::Format typedef_format = typedef_clang_type.GetFormat();
5773 lldb::Format elaborated_format = elaborated_clang_type.GetFormat();
[all...]
/external/pdfium/core/include/fxge/
H A Dfx_dib.h157 FXDIB_Format GetFormat() const function in class:CFX_DIBSource
/external/lldb/source/Core/
H A DValueObject.cpp248 SetValueFormat(DataVisualization::ValueFormats::GetFormat (*this, eNoDynamicValues));
1392 lldb::Format my_format = GetFormat();
1396 my_format = m_type_format_sp->GetFormat();
1411 my_format = GetClangType().GetFormat();
3437 if (options.m_format != eFormatDefault && options.m_format != valobj->GetFormat())
4189 ValueObject::GetFormat () const function in class:ValueObject

Completed in 5112 milliseconds