OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentWndProc
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp
824
WNDPROC
currentWndProc
= (WNDPROC)GetWindowLong(platformPluginWidget(), GWL_WNDPROC);
825
if (
currentWndProc
!= PluginViewWndProc)
829
WNDPROC
currentWndProc
= (WNDPROC)GetWindowLongPtr(platformPluginWidget(), GWLP_WNDPROC);
830
if (
currentWndProc
!= PluginViewWndProc)
/external/webkit/Source/WebCore/plugins/
PluginView.cpp
372
WNDPROC
currentWndProc
= (WNDPROC)GetWindowLong(platformPluginWidget(), GWL_WNDPROC);
374
if (
currentWndProc
== PluginViewWndProc)
377
WNDPROC
currentWndProc
= (WNDPROC)GetWindowLongPtr(platformPluginWidget(), GWLP_WNDPROC);
379
if (
currentWndProc
== PluginViewWndProc)
[
all
...]
Completed in 3644 milliseconds