Searched refs:is_incognito (Results 1 - 25 of 148) sorted by relevance

123456

/external/chromium_org/ash/launcher/
H A Dlauncher_types.cc14 is_incognito(false),
H A Dtabbed_launcher_button.cc42 if (host->is_incognito() == STATE_NOT_INCOGNITO)
91 if (host_->is_incognito() != STATE_NOT_INCOGNITO)
119 IncognitoState is_incognito) {
121 listener, host, shelf_layout_manager, is_incognito);
130 IncognitoState is_incognito)
132 is_incognito_(is_incognito) {
115 Create( views::ButtonListener* listener, LauncherButtonHost* host, ShelfLayoutManager* shelf_layout_manager, IncognitoState is_incognito) argument
126 TabbedLauncherButton( views::ButtonListener* listener, LauncherButtonHost* host, ShelfLayoutManager* shelf_layout_manager, IncognitoState is_incognito) argument
H A Dtabbed_launcher_button.h41 IncognitoState is_incognito);
48 IncognitoState is_incognito() const { return is_incognito_; } function in class:ash::internal::TabbedLauncherButton
54 IncognitoState is_incognito);
H A Dlauncher_types.h68 bool is_incognito; member in struct:ash::LauncherItem
/external/chromium_org/chrome/browser/extensions/
H A Dextension_protocols.h14 bool is_incognito,
/external/chromium_org/chrome/browser/task_manager/
H A Dtask_manager_util.cc24 bool is_incognito,
31 if (is_incognito)
36 if (is_incognito)
22 GetMessagePrefixID(bool is_app, bool is_extension, bool is_incognito, bool is_prerender, bool is_instant_overlay, bool is_background) argument
H A Dtask_manager_util.h25 bool is_incognito,
/external/chromium/chrome/browser/ui/webui/
H A Dsync_internals_html_source.h20 bool is_incognito,
H A Dntp_resource_cache.h25 RefCountedBytes* GetNewTabHTML(bool is_incognito);
26 RefCountedBytes* GetNewTabCSS(bool is_incognito);
H A Dremoting_ui.cc32 bool is_incognito,
45 bool is_incognito,
44 StartDataRequest(const std::string& path, bool is_incognito, int request_id) argument
H A Dshared_resources_data_source.h25 bool is_incognito,
H A Dbookmarks_ui.cc29 bool is_incognito,
28 StartDataRequest(const std::string& path, bool is_incognito, int request_id) argument
H A Dbookmarks_ui.h25 bool is_incognito,
H A Dfavicon_source.h28 bool is_incognito,
H A Dfileicon_source.h30 bool is_incognito,
H A Dkeyboard_ui.cc37 bool is_incognito,
36 StartDataRequest(const std::string& path, bool is_incognito, int request_id) argument
H A Dkeyboard_ui.h28 bool is_incognito,
H A Dprint_preview_ui_html_source.h39 bool is_incognito,
H A Dscreenshot_source.h24 bool is_incognito,
H A Dtheme_source.h23 bool is_incognito,
H A Dthumbnail_source.h31 bool is_incognito,
/external/chromium/chrome/browser/printing/cloud_print/
H A Dcloud_print_setup_source.h18 bool is_incognito,
/external/chromium/chrome/browser/remoting/
H A Dremoting_resources_source.h16 bool is_incognito,
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Duser_image_source.h26 bool is_incognito,
/external/chromium_org/webkit/browser/fileapi/
H A Dfile_system_options.h36 bool is_incognito() const { return profile_mode_ == PROFILE_MODE_INCOGNITO; } function in class:fileapi::FileSystemOptions

Completed in 1735 milliseconds

123456