HomeSort by relevance Sort by last modified time
    Searched refs:dummy_window_for_activation_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc 237 dummy_window_for_activation_(NULL),
323 if (::IsWindow(dummy_window_for_activation_)) {
325 GetWindowLongPtr(dummy_window_for_activation_, GWLP_WNDPROC));
327 SetWindowLongPtr(dummy_window_for_activation_,
331 ::DestroyWindow(dummy_window_for_activation_);
352 reinterpret_cast<gfx::NativeViewId>(dummy_window_for_activation_));
715 DCHECK(!dummy_window_for_activation_);
717 dummy_window_for_activation_ = CreateWindowEx(
733 if (dummy_window_for_activation_ == 0)
736 BOOL result = SetProp(dummy_window_for_activation_,
    [all...]
webplugin_delegate_impl.h 327 HWND dummy_window_for_activation_; member in class:content::WebPluginDelegateImpl

Completed in 59 milliseconds