OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDelegateForHwnd
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome_frame/infobars/internal/
subclassing_window_with_delegate.h
64
static Delegate*
GetDelegateForHwnd
(HWND hwnd) {
/external/chromium_org/chrome_frame/infobars/
infobar_manager.cc
85
HostWindowManager::
GetDelegateForHwnd
(tab_window);
/external/chromium_org/chrome_frame/test/
infobar_unittests.cc
121
ASSERT_TRUE(MockWindowSubclass::
GetDelegateForHwnd
(hwnd) == NULL);
129
MockWindowSubclass::
GetDelegateForHwnd
(hwnd));
148
ASSERT_TRUE(MockWindowSubclass::
GetDelegateForHwnd
(hwnd) == NULL);
176
ASSERT_TRUE(MockWindowSubclass::
GetDelegateForHwnd
(hwnd) == NULL);
Completed in 2734 milliseconds