HomeSort by relevance Sort by last modified time
    Searched full:current_window (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/sessions/
persistent_tab_restore_service.cc 574 Window* current_window = NULL; local
589 current_window = NULL;
630 current_window = new Window();
631 current_window->selected_tab_index = payload.selected_tab_index;
632 current_window->timestamp =
634 entries.push_back(current_window);
635 id_to_entry[payload.window_id] = current_window;
653 if (!current_window) {
658 current_window->tabs.resize(current_window->tabs.size() + 1)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_interactive_test.cc 130 ASSERT_TRUE(RunExtensionTest("tabs/current_window")) << message_;
tabs_api.cc 822 if (!MatchesBool(params->query_info.current_window.get(),
    [all...]
  /external/libvorbis/doc/
01-introduction.tex 520 window_blocksize(previous_window)/4+window_blocksize(current_window)/4
04-codec.tex 593 window_blocksize(previous_window)/4+window_blocksize(current_window)/4
Vorbis_I_spec.html     [all...]

Completed in 1890 milliseconds