HomeSort by relevance Sort by last modified time
    Searched defs:persisted (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
PageTransitionEvent.h 36 bool persisted; member in struct:WebCore::PageTransitionEventInit
45 static PassRefPtr<PageTransitionEvent> create(const AtomicString& type, bool persisted)
47 return adoptRef(new PageTransitionEvent(type, persisted));
58 bool persisted() const { return m_persisted; } function in class:WebCore::PageTransitionEvent
62 PageTransitionEvent(const AtomicString& type, bool persisted);
  /external/chromium_org/chrome/browser/net/
transport_security_persister_unittest.cc 144 std::string persisted; local
145 EXPECT_TRUE(file_util::ReadFileToString(path, &persisted));
146 EXPECT_EQ(persisted, serialized);
148 EXPECT_TRUE(persister_->LoadEntries(persisted, &dirty));
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
Settings.java 28 /** Sent by servers only. The peer requests this setting persisted for future connections. */
30 /** Sent by clients only. The client is reminding the server of a persisted value. */
31 static final int PERSISTED = 0x2;
58 /** Bitfield of flags that have {@link #PERSISTED}. */
59 private int persisted; field in class:Settings
76 if ((idFlags & PERSISTED) != 0) {
77 persisted |= bit;
79 persisted &= ~bit;
99 if (isPersisted(id)) result |= Settings.PERSISTED;
158 /** Returns true if this setting was persisted. *
    [all...]
  /external/chromium_org/net/spdy/
spdy_protocol.h 563 persisted(false),
566 bool persisted; member in struct:net::SpdySettingsIR::Value
579 bool persisted,
584 values_[id].persisted = persisted;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 82 milliseconds