OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tab_android
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/android/
login_prompt_android.cc
11
#include "chrome/browser/android/
tab_android
.h"
48
TabAndroid*
tab_android
= TabAndroid::FromWebContents(web_contents);
variable
51
if (
tab_android
) {
56
tab_android
->OnReceivedHttpAuthRequest(
/external/chromium_org/chrome/browser/sync/glue/
synced_tab_delegate_android.cc
8
#include "chrome/browser/android/
tab_android
.h"
22
SyncedTabDelegateAndroid::SyncedTabDelegateAndroid(TabAndroid*
tab_android
)
23
: web_contents_(NULL), tab_android_(
tab_android
) {}
/external/chromium_org/chrome/browser/android/
recently_closed_tabs_bridge.cc
8
#include "chrome/browser/android/
tab_android
.h"
103
TabAndroid*
tab_android
= TabAndroid::GetNativeTab(env, jtab);
104
if (!
tab_android
)
106
content::WebContents* web_contents =
tab_android
->web_contents();
foreign_session_helper.cc
12
#include "chrome/browser/android/
tab_android
.h"
276
TabAndroid*
tab_android
= TabAndroid::GetNativeTab(env, j_tab);
local
277
if (!
tab_android
)
279
content::WebContents* web_contents =
tab_android
->web_contents();
Completed in 73 milliseconds