OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:start_page_view_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/app_list/views/
apps_grid_view.cc
337
start_page_view_
(NULL),
355
start_page_view_
=
357
start_page_view_
->SetWebContents(start_page_contents);
358
AddChildView(
start_page_view_
);
379
if (
start_page_view_
) {
380
start_page_view_
->GetWebContents()->GetWebUI()->CallJavascriptFunction(
808
int total_page =
start_page_view_
? 1 : 0;
856
if (
start_page_view_
)
864
if (
start_page_view_
)
889
const int item_page_start =
start_page_view_
? 1 : 0
[
all
...]
apps_grid_view.h
346
views::WebView*
start_page_view_
; // Owned by views hierarchy.
member in class:app_list::AppsGridView
Completed in 336 milliseconds