HomeSort by relevance Sort by last modified time
    Searched refs:current_browser (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/
memory_details_android.cc 131 ProcessData current_browser; local
132 GetProcessDataMemoryInformation(current_browser_processes, &current_browser);
133 current_browser.name = l10n_util::GetStringUTF16(IDS_PRODUCT_NAME);
134 current_browser.process_name =
136 process_data_.push_back(current_browser);
memory_details_linux.cc 199 ProcessData current_browser = local
201 current_browser.name = l10n_util::GetStringUTF16(IDS_SHORT_PRODUCT_NAME);
202 current_browser.process_name = base::ASCIIToUTF16("chrome");
205 i = current_browser.processes.begin();
206 i != current_browser.processes.end(); ++i) {
218 process_data_.push_back(current_browser);
  /external/chromium_org/chrome/browser/geolocation/
geolocation_browsertest.cc 251 Browser* current_browser() { return current_browser_; } function in class:GeolocationBrowserTest
511 current_browser()->profile()->GetHostContentSettingsMap()->SetContentSetting(
528 current_browser()->profile()->GetHostContentSettingsMap()->SetContentSetting(
599 &current_browser()->tab_strip_model()->GetActiveWebContents()->
635 &current_browser()->tab_strip_model()->GetActiveWebContents()->
674 current_browser()->tab_strip_model()->GetActiveWebContents());
677 IFrameLoader change_iframe_1(current_browser(), 1, current_url());
690 current_browser()->tab_strip_model()->GetActiveWebContents();
732 current_browser()->tab_strip_model()->GetActiveWebContents(), script,
747 &current_browser()->tab_strip_model()->GetActiveWebContents()-
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
constrained_web_dialog_delegate_views.cc 47 Browser* current_browser = chrome::FindBrowserWithWebContents(initiator_); variable
48 if (!current_browser)
50 current_browser->window()->HandleKeyboardEvent(event);
  /external/chromium_org/chrome/browser/prerender/
prerender_browsertest.cc 1536 Browser* current_browser() const { function in class:prerender::PrerenderBrowserTest
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api_browsertest.cc 276 current_browser(),
279 EventRouter::Get(current_browser()->profile())
283 EventRouter::Get(current_browser()->profile())
287 EventRouter::Get(current_browser()->profile())
297 current_browser(),
300 EventRouter::Get(current_browser()->profile())
308 EventRouter::Get(current_browser()->profile())->RemoveEventListener(
312 Browser* current_browser() { return current_browser_; } function in class:extensions::__anon8318::DownloadExtensionTest
323 current_browser()->profile()->GetPrefs()->SetBoolean(
328 DownloadTestFileActivityObserver observer(current_browser()->profile())
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_api.cc 90 Browser* current_browser = function->GetCurrentBrowser(); local
91 if (!current_browser) {
95 store_profile = current_browser->profile();
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc 846 Browser* current_browser = GetCurrentBrowser(); local
862 browser != current_browser) {
867 browser == current_browser)) {
    [all...]

Completed in 299 milliseconds