HomeSort by relevance Sort by last modified time
    Searched refs:GetClassName (Results 26 - 50 of 98) sorted by null

12 3 4

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fwltheme.h 18 virtual FWL_ERR GetClassName(CFX_WideString& wsClass) const {
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 216 return name_resolver.GetClassName(descriptor, true);
221 return name_resolver.GetClassName(descriptor, true);
226 return name_resolver.GetClassName(descriptor, true);
231 return name_resolver.GetClassName(descriptor, true);
431 return name_resolver->GetClassName(field->enum_type(), immutable) + "." +
435 return name_resolver->GetClassName(field->message_type(), immutable) +
java_enum.cc 203 "file", name_resolver_->GetClassName(descriptor_->file(),
245 "parent", name_resolver_->GetClassName(descriptor_->containing_type(),
  /external/pdfium/xfa/include/fwl/core/
fwl_note.h 140 virtual FWL_ERR GetClassName(CFX_WideString& wsClass) const {
179 virtual FWL_ERR GetClassName(CFX_WideString& wsClass) const { \
254 virtual FWL_ERR GetClassName(CFX_WideString& wsClass) const { \
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ComboBox.h 55 CFX_ByteString GetClassName() const override;
PWL_IconList.h 41 CFX_ByteString GetClassName() const override;
PWL_ListBox.h 57 CFX_ByteString GetClassName() const override;
PWL_Note.h 204 CFX_ByteString GetClassName() const override;
258 CFX_ByteString GetClassName() const override;
PWL_Edit.h 51 CFX_ByteString GetClassName() const override;
  /external/pdfium/fpdfsdk/src/javascript/
JS_Object.h 50 virtual CFX_ByteString GetClassName() { return ""; }
  /external/webrtc/webrtc/base/
win32windowpicker.cc 54 ::GetClassName(hwnd, class_name_w, 500);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Note.cpp 141 ASSERT(pGrand->GetClassName() == "CPWL_NoteItem");
357 CFX_ByteString CPWL_Note_Contents::GetClassName() const {
421 ASSERT(pChild->GetClassName() == "CPWL_NoteItem");
441 ASSERT(pChild->GetClassName() == "CPWL_NoteItem");
456 if (pChild->GetClassName() == "CPWL_NoteItem") {
558 if (pChild->GetClassName() == "CPWL_NoteItem") {
574 if (pChild->GetClassName() == "CPWL_NoteItem") {
594 CFX_ByteString CPWL_NoteItem::GetClassName() const {
720 ASSERT(pParent->GetClassName() == "CPWL_Note_Contents");
769 ASSERT(pGrand->GetClassName() == "CPWL_NoteItem")
    [all...]
PWL_IconList.cpp 26 CFX_ByteString CPWL_IconList_Item::GetClassName() const {
303 if (pChild->GetClassName() == "CPWL_IconList_Item") {
339 if (pChild->GetClassName() == "CPWL_IconList_Item") {
PWL_Caret.cpp 22 CFX_ByteString CPWL_Caret::GetClassName() const {
PWL_Label.cpp 20 CFX_ByteString CPWL_Label::GetClassName() const {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3drmobj.h 196 #undef GetClassName
213 STDMETHOD(GetClassName)(THIS_ LPDWORD lpdwSize, LPSTR lpName) PURE;
230 #define IDirect3DRMObject_GetClassName(p,a,b) (p)->lpVtbl->GetClassName(p,a,b)
244 #define IDirect3DRMObject_GetClassName(p,a,b) (p)->GetClassName(a,b)
251 #undef GetClassName
323 STDMETHOD(GetClassName)(THIS_ LPDWORD lpdwSize, LPSTR lpName) PURE;
340 #define IDirect3DRMVisual_GetClassName(p,a,b) (p)->lpVtbl->GetClassName(p,a,b)
354 #define IDirect3DRMVisual_GetClassName(p,a,b) (p)->GetClassName(a,b)
361 #undef GetClassName
378 STDMETHOD(GetClassName)(THIS_ LPDWORD lpdwSize, LPSTR lpName) PURE
    [all...]
  /external/pdfium/xfa/include/fwl/lightwidget/
widget.h 46 FWL_ERR GetClassName(CFX_WideString& wsClass) const;
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_caretimp.cpp 51 FWL_ERR CFWL_CaretImp::GetClassName(CFX_WideString& wsClass) const {
fwl_pictureboximp.cpp 38 FWL_ERR CFWL_PictureBoxImp::GetClassName(CFX_WideString& wsClass) const {
  /external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_listboximp.h 24 virtual FWL_ERR GetClassName(CFX_WideString& wsClass) const;
fwl_scrollbarimp.h 22 virtual FWL_ERR GetClassName(CFX_WideString& wsClass) const;
  /external/pdfium/xfa/src/fwl/src/core/
fwl_panelimp.cpp 34 FWL_ERR CFWL_PanelImp::GetClassName(CFX_WideString& wsClass) const {
  /development/testrunner/test_defs/
instrumentation_test.py 58 def GetClassName(self):
104 test_class = self.GetClassName()
  /external/pdfium/xfa/src/fwl/src/lightwidget/
widget.cpp 32 FWL_ERR CFWL_Widget::GetClassName(CFX_WideString& wsClass) const {
35 return m_pIface->GetClassName(wsClass);
  /art/runtime/jdwp/
jdwp_event.cc 839 basket.className = Dbg::GetClassName(basket.locationClass.Get());
937 basket.className = Dbg::GetClassName(basket.locationClass.Get());
966 << Dbg::GetClassName(field_id)
    [all...]

Completed in 2455 milliseconds

12 3 4