Searched defs:since (Results 1 - 8 of 8) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/muc/
H A DDiscussionHistory.java40 * <li>since -> only the messages received since the datetime specified will be included in
53 private Date since; field in class:DiscussionHistory
85 * Returns the since date to use to filter the messages received during that time.
86 * In other words, only the messages received since the datetime specified will be
89 * @return the since date to use to filter the messages received during that time.
92 return since;
126 * Sets the since date to use to filter the messages received during that time.
127 * In other words, only the messages received since the datetime specified will be
130 * @param since th
132 setSince(Date since) argument
[all...]
/external/smack/src/org/jivesoftware/smackx/packet/
H A DMUCInitialPresence.java119 private Date since; field in class:MUCInitialPresence.History
151 * Returns the since date to use to filter the messages received during that time.
152 * In other words, only the messages received since the datetime specified will be
155 * @return the since date to use to filter the messages received during that time.
158 return since;
192 * Sets the since date to use to filter the messages received during that time.
193 * In other words, only the messages received since the datetime specified will be
196 * @param since the since date to use to filter the messages received during that time.
198 public void setSince(Date since) { argument
[all...]
/external/chromium_org/content/browser/quota/
H A Dmock_quota_manager_unittest.cc61 void GetModifiedOrigins(StorageType type, base::Time since) { argument
63 type, since,
/external/doclava/src/com/google/doclava/
H A DDocInfo.java99 public void setSince(String since) { argument
100 mSince = since;
107 public void setDeprecatedSince(String since) { argument
108 mDeprecatedSince = since;
H A DNavTree.java166 Node(String label, String link, List<Node> children, String since) { argument
170 mSince = since;
/external/chromium_org/chrome/browser/extensions/api/browsing_data/
H A Dbrowsing_data_api.cc55 const char kSinceKey[] = "since";
141 double since = 0; local
144 since = time.ToJsTime();
150 options->SetDouble(extension_browsing_data_api_constants::kSinceKey, since);
250 // base::Time takes a double that represents seconds since epoch. JavaScript
H A Dbrowsing_data_test.cc36 const char kRemoveEverythingArguments[] = "[{\"since\": 1000}, {"
95 std::string("[{\"since\": 1},") + data_types + "]",
128 std::string("[{\"since\": 1}]"),
148 double since; local
149 EXPECT_TRUE(options->GetDouble("since", &since));
162 EXPECT_LE(expected_since, since + 10.0 * 1000.0);
245 std::string args = "[{\"since\": 1}," + data_types + "]";
434 std::string("[{\"since\": 1},") + json + "]",
470 // Test the processing of the 'delete since' preferenc
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
H A DSASSSourceMapping.js269 var headers = { "if-modified-since": new Date(data.sassTimestamp.getTime() - 1000).toUTCString() };

Completed in 1365 milliseconds