OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wcv_holder_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/controls/webview/
webview.cc
32
:
wcv_holder_
(new NativeViewHost),
38
AddChildView(
wcv_holder_
);
98
wcv_holder_
->set_fast_resize(fast_resize);
120
wcv_holder_
->SetSize(bounds().size());
240
if (
wcv_holder_
->native_view() == view_to_attach)
242
wcv_holder_
->Attach(view_to_attach);
263
wcv_holder_
->Detach();
webview.h
131
NativeViewHost*
wcv_holder_
;
member in class:views::WebView
Completed in 44 milliseconds