Home
last modified time | relevance | path

Searched refs:GetID (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeHeader.cpp263 if ((*Iter)->GetID() == ID) { in GetTaggedField()
310 if (!FieldIDs.insert(Field->GetID()).second) { in InstallFields()
316 NaClBitcodeHeaderField::FieldType ExpectedTy = ExpectedType[Field->GetID()]; in InstallFields()
330 switch (Field->GetID()) { in InstallFields()
/third_party/cef/tests/ceftests/
Dframe_unittest.cc217 virtual FrameNavFactoryId GetID() const = 0;
384 extra_info->SetInt(kFrameNavTestCmdKey, factory_->GetID()); in RunTest()
778 FrameNavFactoryId GetID() const override { return FNF_ID_SINGLE_NAV_HARNESS; } in GetID() function in __anonb14a2faf0111::FrameNavExpectationsFactoryBrowserTestSingleNavHarness
815 FrameNavFactoryId GetID() const override { return FNF_ID_SINGLE_NAV_HARNESS; } in GetID() function in __anonb14a2faf0111::FrameNavExpectationsFactoryRendererTestSingleNavHarness
1009 FrameNavFactoryId GetID() const override { return FNF_ID_SINGLE_NAV; } in GetID() function in __anonb14a2faf0211::FrameNavExpectationsFactoryBrowserTestSingleNav
1026 FrameNavFactoryId GetID() const override { return FNF_ID_SINGLE_NAV; } in GetID() function in __anonb14a2faf0211::FrameNavExpectationsFactoryRendererTestSingleNav
1322 FrameNavFactoryId GetID() const override { return FNF_ID_MULTI_NAV_HARNESS; } in GetID() function in __anonb14a2faf0311::FrameNavExpectationsFactoryBrowserTestMultiNavHarness
1357 FrameNavFactoryId GetID() const override { return FNF_ID_MULTI_NAV_HARNESS; } in GetID() function in __anonb14a2faf0311::FrameNavExpectationsFactoryRendererTestMultiNavHarness
1557 FrameNavFactoryId GetID() const override { return FNF_ID_MULTI_NAV; } in GetID() function in __anonb14a2faf0411::FrameNavExpectationsFactoryBrowserTestMultiNav
1584 FrameNavFactoryId GetID() const override { return FNF_ID_MULTI_NAV; } in GetID() function in __anonb14a2faf0411::FrameNavExpectationsFactoryRendererTestMultiNav
[all …]
/third_party/cef/tests/cefclient/browser/
Dviews_window.cc395 switch (button->GetID()) { in OnButtonPressed()
422 const int id = menu_button->GetID(); in OnMenuButtonPressed()
477 DCHECK_EQ(ID_URL_TEXTFIELD, textfield->GetID()); in OnKeyEvent()
676 if (view->GetID() == ID_WINDOW) in GetMinimumSize()
685 const int view_id = view->GetID(); in OnFocus()
710 const int view_id = view->GetID(); in OnBlur()
718 const int view_id = view->GetID(); in OnWindowChanged()
746 const int view_id = view->GetID(); in OnLayoutChanged()
Dviews_overlay_controls.cc144 auto command = static_cast<Command>(button->GetID()); in OnButtonPressed()
186 auto command = static_cast<Command>(max_button->GetID()); in MaybeUpdateMaximizeButton()
/third_party/cef/tests/ceftests/views/
Dscroll_view_unittest.cc31 EXPECT_EQ(kScrollViewID, view->GetID()); in GetPreferredSize()
48 EXPECT_EQ(kContentPanelID, view->GetID()); in GetPreferredSize()
Dtextfield_unittest.cc219 EXPECT_EQ(textfield->GetID(), kTextfieldID); in OnKeyEvent()
270 EXPECT_EQ(kTextfieldID, textfield->GetID()); in RunTextfieldKeyEvent()
/third_party/cef/libcef_dll/ctocpp/views/
Ddisplay_ctocpp.h36 int64 GetID() override;
Dview_ctocpp.h60 int GetID() override;
Dscroll_view_ctocpp.h58 int GetID() override;
Dbrowser_view_ctocpp.h54 int GetID() override;
Dbutton_ctocpp.h58 int GetID() override;
/third_party/cef/libcef/browser/views/
Dview_impl.h348 info->SetInteger("id", root_view()->GetID()); in GetDebugInfo()
375 int GetID() override;
497 CEF_VIEW_IMPL_T int CEF_VIEW_IMPL_D::GetID() { in GetID() function
499 return root_view()->GetID(); in GetID()
Ddisplay_impl.h24 int64 GetID() override;
Ddisplay_impl.cc63 int64 CefDisplayImpl::GetID() { in GetID() function in CefDisplayImpl
/third_party/openh264/codec/common/inc/
DWelsTaskThread.h67 uintptr_t GetID() const { in GetID() function
/third_party/cef/include/views/
Dcef_display.h98 virtual int64 GetID() = 0;
Dcef_view.h139 virtual int GetID() = 0;
/third_party/cef/libcef/browser/extensions/
Dextension_web_contents_observer.cc43 int process_id = render_frame_host->GetProcess()->GetID(); in RenderFrameCreated()
/third_party/cef/libcef/browser/alloy/
Dalloy_content_browser_client.cc519 const int id = host->GetID(); in RenderProcessWillLaunch()
677 extension->id(), site_instance->GetProcess()->GetID(), in SiteInstanceGotProcess()
700 extension->id(), site_instance->GetProcess()->GetID(), in SiteInstanceDeleting()
708 SpellCheckHostChromeImpl::Create(render_process_host->GetID(), in BindHostReceiverForRenderer()
716 SpellCheckPanelHostImpl::Create(render_process_host->GetID(), in BindHostReceiverForRenderer()
781 ->Contains(process->GetID())) { in AppendExtraCommandLineSwitches()
1155 base::BindRepeating(&BindPluginInfoHost, host->GetID())); in ExposeInterfacesToRenderer()
1159 &extensions::EventRouter::BindForRenderer, host->GetID())); in ExposeInterfacesToRenderer()
/third_party/flutter/skia/third_party/externals/sdl/src/main/haiku/
DSDL_BeApp.cc128 _SetSDLWindow(NULL, bwin->GetID()); in ClearID()
/third_party/cef/libcef/browser/
Dbrowser_manager.cc33 host->GetID())); in ExposeInterfacesToRenderer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp209 Function *GetID = Intrinsic::getDeclaration(GV->getParent(), in lowerGlobal() local
211 Value *ThreadID = Builder.CreateCall(GetID, {}); in lowerGlobal()
/third_party/gstreamer/gstplugins_bad/tests/examples/directfb/
Dgstdfb.c256 window2->GetID (window2, &id2); in main()
304 window1->GetID (window1, &id1); in main()
329 window3->GetID (window3, &id3); in main()
/third_party/cef/libcef/browser/net_service/
Durl_loader_factory_getter.cc51 render_process_id = render_frame_host->GetProcess()->GetID(); in Create()
/third_party/mesa3d/src/intel/tools/
Daubinator_viewer.cpp488 ImGui::BeginChild(ImGui::GetID("##block")); in display_edit_window()
603 ImGui::BeginChild(ImGui::GetID("##block")); in display_pml4_window()
762 ImGui::BeginChild(ImGui::GetID("##block")); in display_batch_window()
842 ImGui::BeginChild(ImGui::GetID("##block")); in display_registers_window()
897 ImGui::BeginChild(ImGui::GetID("##block")); in display_commands_window()

1234