OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:force_create
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/tabs/
tab_strip_model.h
275
// If |
force_create
| is true, the New Tab will be created even if the
277
void EnsureNewTabVisible(bool
force_create
);
/external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.h
256
// view. If you pass |
force_create
| as true, then GetBackingStore may block
264
BackingStore* GetBackingStore(bool
force_create
);
[
all
...]
render_widget_host_impl.cc
787
BackingStore* RenderWidgetHostImpl::GetBackingStore(bool
force_create
) {
811
DCHECK(!is_hidden_ || !
force_create
) <<
822
if (TryGetBackingStore(view_size, &backing_store) || !
force_create
)
[
all
...]
render_widget_host_view_gtk.cc
1183
bool
force_create
= !host_->empty();
local
[
all
...]
Completed in 3627 milliseconds