Searched refs:window_ref (Results 1 – 3 of 3) sorted by relevance
41 windowref_t *window_ref; member317 if(This->window_ref) { in set_uri_window()321 windowref_release(This->window_ref); in set_uri_window()326 This->window_ref = window->window_ref; in set_uri_window()331 This->window_ref = NULL; in set_uri_window()914 window = wine_uri->window_ref ? wine_uri->window_ref->window : NULL; in get_window_from_load_group()1089 if(This->uri->window_ref && This->uri->window_ref->window) { in nsChannel_AsyncOpen()2108 if(This->window_ref) in nsURI_Release()2611 nsres = create_nsuri(This->uri, This->window_ref ? This->window_ref->window : NULL, in nsURI_Clone()2785 nsres = create_nsuri(uri, This->window_ref ? This->window_ref->window : NULL, This->container, in nsURI_CloneIgnoreRef()[all …]
191 This->window_ref->window = NULL; in release_outer_window()192 windowref_release(This->window_ref); in release_outer_window()2958 window->window_ref = heap_alloc(sizeof(windowref_t)); in HTMLOuterWindow_Create()2959 if(!window->window_ref) { in HTMLOuterWindow_Create()2966 window->window_ref->window = window; in HTMLOuterWindow_Create()2967 window->window_ref->ref = 1; in HTMLOuterWindow_Create()
436 windowref_t *window_ref; member