HomeSort by relevance Sort by last modified time
    Searched refs:unique (Results 51 - 75 of 434) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/storage/
IDBIndexBackendInterface.h 49 virtual bool unique() = 0;
  /external/webkit/Source/WebKit/chromium/public/
WebIDBIndex.h 59 virtual bool unique() const function in class:WebKit::WebIDBIndex
WebIDBObjectStore.h 73 virtual WebIDBIndex* createIndex(const WebString& name, const WebString& keyPath, bool unique, const WebIDBTransaction&, WebExceptionCode&)
  /external/webkit/Source/WebKit/chromium/src/
WebIDBIndexImpl.h 49 virtual bool unique() const;
WebIDBIndexImpl.cpp 66 bool WebIDBIndexImpl::unique() const function in class:WebKit::WebIDBIndexImpl
68 return m_backend->unique();
IDBIndexBackendProxy.h 47 virtual bool unique();
WebIDBObjectStoreImpl.h 57 WebIDBIndex* createIndex(const WebString& name, const WebString& keyPath, bool unique, const WebIDBTransaction&, WebExceptionCode&);
  /external/webkit/Source/WebKit/win/Interfaces/
IWebDesktopNotificationsDelegate.idl 47 pointer_default(unique)
73 pointer_default(unique)
IWebFormDelegate.idl 46 pointer_default(unique)
71 pointer_default(unique)
DOMWindow.idl 41 pointer_default(unique)
IWebEmbeddedView.idl 36 pointer_default(unique)
IWebFrameLoadDelegatePrivate.idl 40 pointer_default(unique)
IWebInspector.idl 38 pointer_default(unique)
IWebKitStatistics.idl 36 pointer_default(unique)
IWebNavigationData.idl 41 pointer_default(unique)
IWebNotification.idl 35 pointer_default(unique)
IWebResource.idl 42 pointer_default(unique)
IWebSecurityOrigin.idl 38 pointer_default(unique)
IWebURLResponse.idl 37 pointer_default(unique)
IWebUserContentURLPattern.idl 34 pointer_default(unique)
DOMCore.idl 53 pointer_default(unique)
66 pointer_default(unique)
93 pointer_default(unique)
250 pointer_default(unique)
272 pointer_default(unique)
324 pointer_default(unique)
421 pointer_default(unique)
473 pointer_default(unique)
510 pointer_default(unique)
612 pointer_default(unique)
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Entry.java 52 boolean unique() default false;
  /external/openfst/src/script/
shortest-path.cc 34 size_t n, bool unique, bool first_path,
38 ShortestPathArgs2 args(ifst, ofst, n, unique, first_path, weight_threshold,
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
NamespaceSupport.java 30 * as arguments to methods are unique symbols. The SymbolTable class
256 boolean unique = true;
261 unique = false;
265 if (unique){
268 unique = true;
  /external/valgrind/main/helgrind/tests/
tc06_two_races_xml.stderr.exp 77 <unique>...</unique>
122 <unique>...</unique>
167 <unique>...</unique>
212 <unique>...</unique>

Completed in 398 milliseconds

1 23 4 5 6 7 8 91011>>