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

  /external/chromium_org/chrome/browser/extensions/
browser_extension_window_controller.h 23 virtual std::string GetWindowTypeText() const OVERRIDE;
window_controller.h 55 virtual std::string GetWindowTypeText() const = 0;
window_controller.cc 36 result->SetString(keys::kWindowTypeKey, GetWindowTypeText());
browser_extension_window_controller.cc 34 std::string BrowserExtensionWindowController::GetWindowTypeText() const {
  /external/chromium_org/chrome/browser/extensions/api/tabs/
ash_panel_contents.cc 42 virtual std::string GetWindowTypeText() const OVERRIDE;
76 std::string AshPanelWindowController::GetWindowTypeText() const {
tabs_api.cc 834 browser->extension_window_controller()->GetWindowTypeText()) {
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
panel.cc 56 virtual std::string GetWindowTypeText() const OVERRIDE;
87 std::string PanelExtensionWindowController::GetWindowTypeText() const {

Completed in 54 milliseconds