/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | PageTransitionEvent.h | 36 bool persisted; member 45 static PassRefPtr<PageTransitionEvent> create(const AtomicString& type, bool persisted) in create() argument 47 return adoptRef(new PageTransitionEvent(type, persisted)); in create() 58 bool persisted() const { return m_persisted; } in persisted() function 62 PageTransitionEvent(const AtomicString& type, bool persisted);
|
D | PageTransitionEvent.cpp | 34 : persisted(false) in PageTransitionEventInit() 44 PageTransitionEvent::PageTransitionEvent(const AtomicString& type, bool persisted) in PageTransitionEvent() argument 46 , m_persisted(persisted) in PageTransitionEvent() 53 , m_persisted(initializer.persisted) in PageTransitionEvent()
|
D | PageTransitionEvent.idl | 29 [InitializedByEventConstructor] readonly attribute boolean persisted;
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/ |
D | Settings.java | 59 private int persisted; field in Settings 77 persisted |= bit; in set() 79 persisted &= ~bit; in set() 161 return (persisted & bit) != 0; in isPersisted()
|
/external/chromium_org/chrome/browser/download/ |
D | save_page_browsertest.cc | 390 DownloadPersistedObserver persisted(browser()->profile(), base::Bind( in IN_PROC_BROWSER_TEST_F() local 402 persisted.WaitForPersisted(); in IN_PROC_BROWSER_TEST_F() 421 DownloadPersistedObserver persisted(browser()->profile(), base::Bind( in IN_PROC_BROWSER_TEST_F() local 438 persisted.WaitForPersisted(); in IN_PROC_BROWSER_TEST_F() 510 DownloadPersistedObserver persisted(browser()->profile(), base::Bind( in IN_PROC_BROWSER_TEST_F() local 522 persisted.WaitForPersisted(); in IN_PROC_BROWSER_TEST_F() 544 DownloadPersistedObserver persisted(browser()->profile(), base::Bind( in IN_PROC_BROWSER_TEST_F() local 556 persisted.WaitForPersisted(); in IN_PROC_BROWSER_TEST_F() 639 DownloadPersistedObserver persisted(browser()->profile(), base::Bind( in IN_PROC_BROWSER_TEST_F() local 652 persisted.WaitForPersisted(); in IN_PROC_BROWSER_TEST_F() [all …]
|
/external/chromium_org/net/http/ |
D | transport_security_persister_unittest.cc | 134 std::string persisted; in TEST_F() local 135 EXPECT_TRUE(base::ReadFileToString(path, &persisted)); in TEST_F() 136 EXPECT_EQ(persisted, serialized); in TEST_F() 138 EXPECT_TRUE(persister_->LoadEntries(persisted, &dirty)); in TEST_F()
|
/external/chromium_org/net/spdy/ |
D | spdy_protocol.h | 563 persisted(false), in Value() 566 bool persisted; member 579 bool persisted, in AddSetting() argument 584 values_[id].persisted = persisted; in AddSetting()
|
D | spdy_framer.cc | 1821 if (it->second.persisted) { in SerializeSettings()
|
/external/chromium_org/sync/protocol/ |
D | client_debug_info.proto | 90 // have same version if models were persisted properly in last session. 161 // persisted.
|
D | sync.proto | 891 // The new per-client state for this client. If set, should be persisted and
|
/external/chromium_org/chrome/browser/policy/proto/chromeos/ |
D | chrome_device_policy.proto | 397 // persisted between users. 409 // spoken feedback anytime and its status on the login screen is persisted 423 // screen is persisted between users. 443 // screen is persisted between users.
|
/external/chromium_org/chrome/browser/chromeos/policy/proto/ |
D | chrome_device_policy.proto | 397 // persisted between users. 409 // spoken feedback anytime and its status on the login screen is persisted 423 // screen is persisted between users. 443 // screen is persisted between users.
|
/external/chromium_org/ui/base/test/ |
D | ui_cocoa_test_helper.mm | 69 // process (this is not persisted). Empirically, the value of 0.0
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | cocoa_test_helper.mm | 61 // process (this is not persisted). Empirically, the value of 0.0
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | DOMWindow.cpp | 453 void DOMWindow::enqueuePageshowEvent(PageshowEventPersistence persisted) in enqueuePageshowEvent() argument 456 … dispatchEvent(PageTransitionEvent::create(EventTypeNames::pageshow, persisted), m_document.get()); in enqueuePageshowEvent()
|
/external/clang/docs/ |
D | Modules.rst | 156 …eaders in that module. The resulting Abstract Syntax Tree (AST) is then persisted into the binary … 158 The binary representation of modules is persisted in the *module cache*. Imports of a module will f…
|
/external/chromium_org/components/policy/resources/ |
D | policy_templates.json | 3370 …In this mode the profile data is persisted on disk only for the length of the user session. Featur… 5266 … disable the large cursor anytime and its status on the login screen is persisted between users.''… 5288 …r disable spoken feedback anytime and its status on the login screen is persisted between users.''… 5310 …isable high contrast mode anytime and its status on the login screen is persisted between users.''… 5345 …able the screen magnifier anytime and its status on the login screen is persisted between users.''…
|
/external/guava/guava-tests/test/com/google/common/io/testdata/ |
D | alice_in_wonderland.txt | 2941 `But about his toes?' the Mock Turtle persisted. `How COULD 3344 `Nothing WHATEVER?' persisted the King.
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | fts1porter.test | 14976 persisted persist
|