Home
last modified time | relevance | path

Searched refs:GetWindowId (Results 1 – 25 of 177) sorted by relevance

12345678

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/tabs/
H A Dtabs_test.cc117 int GetWindowId(base::DictionaryValue* window) { in GetWindowId() function
150 EXPECT_EQ(window_id, GetWindowId(result.get())); in IN_PROC_BROWSER_TEST_F()
168 EXPECT_EQ(window_id, GetWindowId(result.get())); in IN_PROC_BROWSER_TEST_F()
253 EXPECT_EQ(new_id, GetWindowId(result.get())); in IN_PROC_BROWSER_TEST_F()
489 GetWindowId(result.get())); in IN_PROC_BROWSER_TEST_F()
505 GetWindowId(result.get())); in IN_PROC_BROWSER_TEST_F()
527 GetWindowId(result.get())); in IN_PROC_BROWSER_TEST_F()
541 GetWindowId(result.get())); in IN_PROC_BROWSER_TEST_F()
760 ExtensionTabUtil::GetWindowId( in IN_PROC_BROWSER_TEST_F()
1056 int window_id = GetWindowId(result.get()); in IN_PROC_BROWSER_TEST_F()
[all …]
H A Dwindows_event_router.cc105 window_id = window_controller->GetWindowId(); in WillDispatchWindowFocusedEvent()
237 int window_id = window_controller->GetWindowId(); in OnWindowControllerRemoved()
268 window_id = window_controller->GetWindowId(); in OnActiveWindowChanged()
H A Dtabs_interactive_test.cc37 extensions::ExtensionTabUtil::GetWindowId(new_browser); in IN_PROC_BROWSER_TEST_F()
80 extensions::ExtensionTabUtil::GetWindowId(focused_window); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/tabs/
H A Dtabs_test.cc120 int GetWindowId(base::DictionaryValue* window) { in GetWindowId() function
153 EXPECT_EQ(window_id, GetWindowId(result.get())); in IN_PROC_BROWSER_TEST_F()
171 EXPECT_EQ(window_id, GetWindowId(result.get())); in IN_PROC_BROWSER_TEST_F()
256 EXPECT_EQ(new_id, GetWindowId(result.get())); in IN_PROC_BROWSER_TEST_F()
491 GetWindowId(result.get())); in IN_PROC_BROWSER_TEST_F()
507 GetWindowId(result.get())); in IN_PROC_BROWSER_TEST_F()
529 GetWindowId(result.get())); in IN_PROC_BROWSER_TEST_F()
543 GetWindowId(result.get())); in IN_PROC_BROWSER_TEST_F()
762 ExtensionTabUtil::GetWindowId( in IN_PROC_BROWSER_TEST_F()
1058 int window_id = GetWindowId(result.get()); in IN_PROC_BROWSER_TEST_F()
[all …]
H A Dwindows_event_router.cc105 window_id = window_controller->GetWindowId(); in WillDispatchWindowFocusedEvent()
237 int window_id = window_controller->GetWindowId(); in OnWindowControllerRemoved()
291 window_id = window_controller->GetWindowId(); in OnActiveWindowChanged()
H A Dtabs_interactive_test.cc38 extensions::ExtensionTabUtil::GetWindowId(new_browser); in IN_PROC_BROWSER_TEST_F()
81 extensions::ExtensionTabUtil::GetWindowId(focused_window); in IN_PROC_BROWSER_TEST_F()
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltWindow.c121 GetWindowId(tkwin) in GetWindowId() function
820 return GetWindowId(tkwin);
837 XRaiseWindow(Tk_Display(tkwin), GetWindowId(tkwin));
854 XLowerWindow(Tk_Display(tkwin), GetWindowId(tkwin));
872 XResizeWindow(Tk_Display(tkwin), GetWindowId(tkwin), width, height);
890 XMoveResizeWindow(Tk_Display(tkwin), GetWindowId(tkwin), x, y,
909 XMoveWindow(Tk_Display(tkwin), GetWindowId(tkwin), x, y);
926 XMapWindow(Tk_Display(tkwin), GetWindowId(tkwin));
943 XUnmapWindow(Tk_Display(tkwin), GetWindowId(tkwin));
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL2/
H A DvtkIOSRenderWindow.h276 virtual void *GetWindowId();
277 virtual void *GetGenericWindowId() {return this->GetWindowId();} in GetGenericWindowId()
H A DvtkCocoaRenderWindow.h281 virtual void *GetWindowId();
282 virtual void *GetGenericWindowId() {return this->GetWindowId();} in GetGenericWindowId()
H A DvtkCocoaRenderWindow.mm169 assert([aNotification object] == _renWin->GetWindowId());
390 NSView *theView = (NSView*)this->GetWindowId();
514 NSView *theView = (NSView*)this->GetWindowId();
570 NSView *theView = (NSView*)this->GetWindowId();
787 if (!this->GetWindowId())
851 [context setView:(NSView*)this->GetWindowId()];
999 [context setView:(NSView*)this->GetWindowId()];
1032 NSView* view = (NSView*)this->GetWindowId();
1068 if (this->GetParentId() && this->GetWindowId())
1240 void *vtkCocoaRenderWindow::GetWindowId() function
[all …]
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL/
H A DvtkCocoaRenderWindow.h281 virtual void *GetWindowId();
282 virtual void *GetGenericWindowId() {return this->GetWindowId();} in GetGenericWindowId()
H A DvtkCarbonRenderWindowInteractor.cxx143 if(ren->GetWindowId()) in myWinEvtHndlr()
146 HIViewGetBounds(ren->GetWindowId(), &viewBounds); in myWinEvtHndlr()
283 HIViewConvertPoint(&mouseLoc, root_window, ren->GetWindowId()); in myWinEvtHndlr()
301 if (view_for_mouse != ren->GetWindowId()) in myWinEvtHndlr()
551 renWin->GetWindowId(), this->ViewProcUPP, in Enable()
H A DvtkCocoaRenderWindow.mm168 assert([aNotification object] == _renWin->GetWindowId());
407 NSView *theView = (NSView*)this->GetWindowId();
531 NSView *theView = (NSView*)this->GetWindowId();
587 NSView *theView = (NSView*)this->GetWindowId();
804 if (!this->GetWindowId())
868 [context setView:(NSView*)this->GetWindowId()];
1016 [context setView:(NSView*)this->GetWindowId()];
1049 NSView* view = (NSView*)this->GetWindowId();
1085 if (this->GetParentId() && this->GetWindowId())
1257 void *vtkCocoaRenderWindow::GetWindowId() function
[all …]
H A DvtkTDxUnixDevice.cxx77 vtkTDxUnixDeviceWindow vtkTDxUnixDevice::GetWindowId() const in GetWindowId() function in vtkTDxUnixDevice
124 assert("pre: valid_window" && this->GetWindowId()!=0); in Initialize()
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkIOSRenderWindow.h322 virtual void *GetWindowId();
323 void *GetGenericWindowId() override {return this->GetWindowId();} in GetGenericWindowId()
H A DvtkCocoaRenderWindow.h324 virtual void *GetWindowId();
325 void *GetGenericWindowId() override {return this->GetWindowId();} in GetGenericWindowId()
H A DvtkCocoaRenderWindow.mm173 assert([aNotification object] == _renWin->GetWindowId());
405 NSView *theView = (NSView*)this->GetWindowId();
533 NSView *theView = (NSView*)this->GetWindowId();
619 NSView *theView = (NSView*)this->GetWindowId();
807 if (!this->GetWindowId())
901 [context setView:(NSView*)this->GetWindowId()];
1103 [context setView:(NSView*)this->GetWindowId()];
1136 NSView* view = (NSView*)this->GetWindowId();
1190 NSView *view = (NSView *)this->GetWindowId();
1358 void *vtkCocoaRenderWindow::GetWindowId() function
[all …]
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkIOSRenderWindow.h325 virtual void* GetWindowId();
326 void* GetGenericWindowId() override { return this->GetWindowId(); } in GetGenericWindowId()
H A DvtkCocoaRenderWindow.h349 virtual void* GetWindowId();
350 void* GetGenericWindowId() override { return this->GetWindowId(); } in GetGenericWindowId()
H A DvtkCocoaRenderWindow.mm392 NSView* theView = (NSView*)this->GetWindowId();
519 NSView* theView = (NSView*)this->GetWindowId();
550 NSView* theView = (NSView*)this->GetWindowId();
810 if (!this->GetWindowId())
917 NSView* view = (NSView*)this->GetWindowId();
1081 NSView* view = (NSView*)this->GetWindowId();
1119 NSView* view = (NSView*)this->GetWindowId();
1140 NSView* view = (NSView*)this->GetWindowId();
1188 NSView* view = (NSView*)this->GetWindowId();
1351 void* vtkCocoaRenderWindow::GetWindowId() function
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/basctl/source/basicide/
H A Dbasides3.cxx97 nKey = GetWindowId( pWin ); in CreateDlgWin()
125 sal_uInt16 Shell::GetWindowId(const BaseWindow* pWin) const in GetWindowId() function in basctl::Shell
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/basicide/
H A Dbasides3.cxx97 nKey = GetWindowId( pWin ); in CreateDlgWin()
125 sal_uInt16 Shell::GetWindowId(const BaseWindow* pWin) const in GetWindowId() function in basctl::Shell
/dports/lang/spidermonkey78/firefox-78.9.0/dom/presentation/
H A DPresentationServiceBase.h53 nsresult GetWindowId(const nsAString& aSessionId, uint64_t* aWindowId) { in MOZ_COUNTED_DTOR()
292 return mControllerSessionIdManager.GetWindowId(aSessionId, aWindowId); in GetWindowIdBySessionIdInternal()
295 return mReceiverSessionIdManager.GetWindowId(aSessionId, aWindowId); in GetWindowIdBySessionIdInternal()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/presentation/
H A DPresentationServiceBase.h51 nsresult GetWindowId(const nsAString& aSessionId, uint64_t* aWindowId) { in GetWindowId() function
293 return mControllerSessionIdManager.GetWindowId(aSessionId, aWindowId); in GetWindowIdBySessionIdInternal()
296 return mReceiverSessionIdManager.GetWindowId(aSessionId, aWindowId); in GetWindowIdBySessionIdInternal()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/presentation/
H A DPresentationServiceBase.h58 nsresult GetWindowId(const nsAString& aSessionId, uint64_t* aWindowId) in GetWindowId() function
332 return mControllerSessionIdManager.GetWindowId(aSessionId, aWindowId); in GetWindowIdBySessionIdInternal()
335 return mReceiverSessionIdManager.GetWindowId(aSessionId, aWindowId); in GetWindowIdBySessionIdInternal()

12345678