HomeSort by relevance Sort by last modified time
    Searched refs:persistent (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/chromium_org/content/public/common/
window_container_type.cc 15 const char kPersistent[] = "persistent";
22 bool persistent = false; local
30 persistent = true;
34 if (persistent)
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptWrappable.h 102 * ScriptWrappable acts much like a v8::Persistent<> in that it keeps a
107 * - setWrapper: install a v8::Persistent (or empty)
109 * remove v8::Persistent and become empty.
133 v8::Persistent<v8::Object> persistent(isolate, wrapper);
134 wrapperTypeInfo->configureWrapper(&persistent);
135 persistent.SetWeak(this, &setWeakCallback);
136 m_wrapper = persistent.ClearAndLeak();
142 v8::Persistent<v8::Object> persistent; local
149 v8::Persistent<v8::Object> persistent; local
170 v8::Persistent<v8::Object> persistent; local
190 v8::Persistent<v8::Object> persistent; local
261 v8::Persistent<v8::Object> persistent; local
271 v8::Persistent<v8::Object> persistent; local
    [all...]
ScriptPromisePropertyBase.cpp 83 const OwnPtr<ScopedPersistent<v8::Object> >& persistent = m_wrappers[i]; local
84 if (persistent->isEmpty()) {
91 v8::Local<v8::Object> wrapper = persistent->newLocal(m_isolate);
128 const OwnPtr<ScopedPersistent<v8::Object> >& persistent = m_wrappers[i]; local
129 if (persistent->isEmpty()) {
137 v8::Local<v8::Object> wrapper = persistent->newLocal(m_isolate);
  /external/chromium_org/extensions/browser/api/bluetooth_low_energy/
bluetooth_low_energy_connection.cc 23 bool persistent,
27 persistent_(persistent),
bluetooth_low_energy_notify_session.cc 23 bool persistent,
27 persistent_(persistent),
bluetooth_low_energy_connection.h 19 bool persistent,
40 // True, if this resource should be persistent.
bluetooth_low_energy_notify_session.h 21 bool persistent,
42 // True, if this resource should be persistent across suspends.
  /external/jmdns/src/javax/jmdns/
ServiceInfo.java 247 * @param persistent
253 public static ServiceInfo create(final String type, final String name, final int port, final int weight, final int priority, final boolean persistent, final String text) {
254 return new ServiceInfoImpl(type, name, "", port, weight, priority, persistent, text);
272 * @param persistent
278 public static ServiceInfo create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final boolean persistent, final String text) {
279 return new ServiceInfoImpl(type, name, subtype, port, weight, priority, persistent, text);
295 * @param persistent
301 public static ServiceInfo create(final String type, final String name, final int port, final int weight, final int priority, final boolean persistent, final Map<String, ?> props) {
302 return new ServiceInfoImpl(type, name, "", port, weight, priority, persistent, props);
320 * @param persistent
    [all...]
JmDNS.java 211 * @param persistent
215 public abstract ServiceInfo getServiceInfo(String type, String name, boolean persistent);
228 * @param persistent
232 public abstract ServiceInfo getServiceInfo(String type, String name, boolean persistent, long timeout);
255 * @param persistent
258 public abstract void requestServiceInfo(String type, String name, boolean persistent);
279 * @param persistent
284 public abstract void requestServiceInfo(String type, String name, boolean persistent, long timeout);
JmmDNS.java 186 * @param persistent
191 public abstract ServiceInfo[] getServiceInfos(String type, String name, boolean persistent);
204 * @param persistent
209 public abstract ServiceInfo[] getServiceInfos(String type, String name, boolean persistent, long timeout);
229 * @param persistent
233 public abstract void requestServiceInfo(String type, String name, boolean persistent);
255 * @param persistent
261 public abstract void requestServiceInfo(String type, String name, boolean persistent, long timeout);
  /external/chromium_org/v8/include/
v8-util.h 13 * Support for Persistent containers.
76 * a std:map backing map from StdMapTraits and holds non-weak persistent
164 const Persistent<Object>& parent) {
176 UniquePersistent<V> persistent(isolate_, value);
177 return SetUnique(key, &persistent);
284 UniquePersistent<V> SetUnique(const K& key, UniquePersistent<V>* persistent) {
286 Local<V> value(Local<V>::New(isolate_, *persistent));
287 persistent->template SetWeak<typename Traits::WeakCallbackDataType>(
291 Traits::Set(&impl_, key, ClearAndLeak(persistent));
322 UniquePersistent<V>* persistent) {
    [all...]
  /external/chromium_org/extensions/browser/api/socket/
tcp_socket.h 124 bool persistent() const { return persistent_; } function in class:extensions::ResumableTCPSocket
125 void set_persistent(bool persistent) { persistent_ = persistent; }
162 bool persistent() const { return persistent_; } function in class:extensions::ResumableTCPServerSocket
163 void set_persistent(bool persistent) { persistent_ = persistent; }
udp_socket.h 90 bool persistent() const { return persistent_; } function in class:extensions::ResumableUDPSocket
91 void set_persistent(bool persistent) { persistent_ = persistent; }
  /external/chromium_org/base/memory/
discardable_memory_mac.cc 85 bool persistent; variable
96 // When making a fresh allocation, it's impossible for |persistent| to
98 persistent = false;
100 // |persistent| will be reset to false below if appropriate, but when
102 persistent = true;
121 persistent = false;
123 return persistent;
  /external/chromium_org/extensions/browser/api/bluetooth_socket/
bluetooth_api_socket.h 97 bool persistent() const { return persistent_; } function in class:extensions::BluetoothApiSocket
98 void set_persistent(bool persistent) { persistent_ = persistent; }
  /external/chromium_org/extensions/browser/api/serial/
serial_connection.h 54 void set_persistent(bool persistent) { persistent_ = persistent; }
55 bool persistent() const { return persistent_; } function in class:extensions::SerialConnection
  /external/chromium_org/base/message_loop/
message_pump_io_ios.cc 76 bool persistent,
124 scoped_fd_source.release(), persistent);
134 if (persistent != controller->is_persistent_) {
135 NOTREACHED() << "persistent doesn't match";
202 // valid and the controller is persistent.
message_pump_io_ios.h 114 bool persistent,
message_pump_libevent.h 116 bool persistent,
  /external/chromium_org/ash/system/tray/
system_tray.h 179 bool persistent);
189 bool persistent);
  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java 206 public ServiceInfo getServiceInfo(boolean persistent) {
208 ServiceInfoImpl info = (ServiceInfoImpl) super.getServiceInfo(persistent);
251 public ServiceInfo getServiceInfo(boolean persistent) {
253 ServiceInfoImpl info = (ServiceInfoImpl) super.getServiceInfo(persistent);
393 public ServiceInfo getServiceInfo(boolean persistent) {
394 ServiceInfoImpl info = new ServiceInfoImpl(this.getQualifiedNameMap(), 0, 0, 0, persistent, (byte[]) null);
493 public ServiceInfo getServiceInfo(boolean persistent) {
497 return new ServiceInfoImpl(map, 0, 0, 0, persistent, (byte[]) null);
499 return new ServiceInfoImpl(this.getQualifiedNameMap(), 0, 0, 0, persistent, (byte[]) null);
502 return new ServiceInfoImpl(this.getQualifiedNameMap(), 0, 0, 0, persistent, (byte[]) null)
    [all...]
JmmDNSImpl.java 189 public ServiceInfo[] getServiceInfos(String type, String name, boolean persistent) {
190 return this.getServiceInfos(type, name, persistent, DNSConstants.SERVICE_INFO_TIMEOUT);
198 public ServiceInfo[] getServiceInfos(final String type, final String name, final boolean persistent, final long timeout) {
209 result.add(mDNS.getServiceInfo(type, name, persistent, timeout));
236 public void requestServiceInfo(String type, String name, boolean persistent) {
237 this.requestServiceInfo(type, name, persistent, DNSConstants.SERVICE_INFO_TIMEOUT);
254 public void requestServiceInfo(final String type, final String name, final boolean persistent, final long timeout) {
263 mDNS.requestServiceInfo(type, name, persistent, timeout);
  /external/lldb/source/Target/
ABI.cpp 109 bool persistent) const
120 // Now turn this into a persistent variable.
124 if (persistent)
  /external/chromium_org/extensions/browser/api/sockets_tcp_server/
sockets_tcp_server_api.cc 35 socket_info->persistent = socket->persistent();
54 if (properties->persistent.get()) {
55 socket->set_persistent(*properties->persistent.get());
  /external/chromium_org/third_party/sqlite/src/test/
async2.test 49 foreach err [list ioerr malloc-transient malloc-persistent] {
65 malloc-persistent { sqlite3_memdebug_fail $n -repeat 1 }

Completed in 402 milliseconds

1 2 3 4