Searched defs:is_active (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/components/autofill/content/browser/wallet/
H A Dgaia_account.cc38 bool is_active = false; local
39 if (!dictionary.GetBoolean("is_active", &is_active)) {
40 DLOG(ERROR) << "GAIA account: missing is_active";
47 is_active));
55 bool is_active) {
59 is_active));
77 bool is_active)
81 is_active_(is_active) {}
51 CreateForTesting( const std::string& email_address, const std::string& obfuscated_id, size_t index, bool is_active) argument
74 GaiaAccount(const std::string& email_address, const std::string& obfuscated_id, size_t index, bool is_active) argument
H A Dgaia_account.h32 bool is_active);
40 bool is_active() const { return is_active_; } function in class:autofill::wallet::GaiaAccount
46 bool is_active);
/external/chromium_org/content/browser/gamepad/
H A Dgamepad_service.h110 mutable bool is_active; member in struct:content::GamepadService::ConsumerInfo
/external/chromium_org/ui/wm/core/
H A Dcapture_controller.h29 bool is_active() const { return !root_windows_.empty(); } function in class:wm::CaptureController
/external/chromium_org/net/ssl/
H A Dchannel_id_service.h53 bool is_active() const { return request_ != NULL; } function in class:net::ChannelIDService::RequestHandle
/external/chromium_org/apps/
H A Dapp_restore_service.cc112 bool is_active) {
120 extension_prefs->SetIsActive(id, is_active);
111 RecordAppActiveState(const std::string& id, bool is_active) argument
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_database.h62 bool is_active; member in struct:content::ServiceWorkerDatabase::RegistrationData
/external/chromium_org/ash/shelf/
H A Dshelf_window_watcher.cc170 bool is_active) {
175 item.status = is_active ? STATUS_ACTIVE : STATUS_RUNNING;
169 UpdateShelfItemStatus(aura::Window* window, bool is_active) argument
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dfake_base_tab_strip_controller.cc19 void FakeBaseTabStripController::AddTab(int index, bool is_active) { argument
21 tab_strip_->AddTabAt(index, TabRendererData(), is_active);
22 if (is_active)
H A Dbrowser_tab_strip_controller.cc432 bool is_active) {
435 AddTab(contents, model_index, is_active);
556 bool is_active) {
562 tabstrip_->AddTabAt(index, data, is_active);
430 TabInsertedAt(WebContents* contents, int model_index, bool is_active) argument
554 AddTab(WebContents* contents, int index, bool is_active) argument
/external/chromium_org/components/user_manager/
H A Duser.cc176 bool User::is_active() const { function in class:user_manager::User
H A Duser.h150 bool is_active() const;
225 void set_is_active(bool is_active) { is_active_ = is_active; } argument
/external/chromium_org/net/dns/
H A Dmdns_client_impl.h271 bool is_active() { return !callback_.is_null(); } function in class:net::MDnsTransactionImpl
/external/chromium_org/tools/cr/cr/
H A Dplugin.py143 if config_root.only_active and not self.is_active:
167 def is_active(self): member in class:Plugin
265 return [plugin for plugin in cls.UnorderedPlugins() if plugin.is_active]
321 if plugin and not plugin.is_active:
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dextensions.py61 def is_active(self): member in class:ExtensionProcessorInterface
815 if not processor.is_active():
/external/chromium_org/components/policy/core/common/
H A Dpolicy_loader_win.cc275 bool is_active() { return active_; } function in class:policy::__anon6741::ScopedDisableWow64Redirection
502 if (redirection_disable.is_active() && base::PathExists(preg_file)) {
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_view.cc115 virtual bool VerifyActiveState(bool is_active) OVERRIDE;
164 bool NativePanelTestingViews::VerifyActiveState(bool is_active) { argument
166 (is_active ? PanelFrameView::PAINT_AS_ACTIVE
/external/chromium_org/content/browser/loader/
H A Dresource_scheduler.cc287 bool is_active() const { return is_visible_ || is_audible_; } function in class:content::ResourceScheduler::Client
326 } else if (is_active() && !is_loaded_) {
328 } else if (is_active()) {
336 } else if (!is_active()) {
/external/chromium_org/v8/src/
H A Ddebug.h465 inline bool is_active() const { return is_active_; } function in class:v8::internal::Debug
/external/libnfc-nci/src/nfa/ee/
H A Dnfa_ee_act.c1784 BOOLEAN is_active = FALSE; local
1798 is_active = TRUE;
1803 return is_active;
/external/lldb/include/lldb/Target/
H A DTarget.h1049 SetIsActive (bool is_active) argument
1051 m_active = is_active;
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl.cc1687 void NavigationControllerImpl::SetActive(bool is_active) { argument
1688 if (is_active && needs_reload_)
/external/chromium_org/extensions/renderer/
H A Ddispatcher.cc218 bool is_active = local
220 if (is_active)
222 return is_active;
/external/chromium_org/net/spdy/
H A Dspdy_session.h431 bool is_active() const { function in class:net::SpdySession
/external/linux-tools-perf/perf-3.12.0/include/linux/
H A Dperf_event.h472 int is_active; member in struct:perf_event_context

Completed in 488 milliseconds

12