HomeSort by relevance Sort by last modified time
    Searched defs:from (Results 1 - 25 of 781) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionSync.cpp 16 * contributors may be used to endorse or promote products derived from
53 SQLTransactionSync* SQLTransactionSync::from(SQLTransactionBackendSync* backend) function in class:WebCore::SQLTransactionSync
  /external/chromium_org/third_party/WebKit/Source/core/loader/
PrerendererClient.cpp 15 * contributors may be used to endorse or promote products derived from
47 PrerendererClient* PrerendererClient::from(Page* page) function in class:WebCore::PrerendererClient
49 PrerendererClient* supplement = static_cast<PrerendererClient*>(Supplement<Page>::from(page, supplementName()));
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIController.h 15 * contributors may be used to endorse or promote products derived from
51 static MIDIController* from(Page* page) { return static_cast<MIDIController*>(Supplement<Page>::from(page, supplementName())); } function in class:WebCore::MIDIController
  /art/test/004-annotations/src/android/test/anno/
IntToString.java 10 int from(); method in interface:IntToString
  /dalvik/tests/004-annotations/src/android/test/anno/
IntToString.java 10 int from(); method in interface:IntToString
  /external/chromium_org/printing/
page_range.h 18 // Print range is inclusive. To select one page, set from == to.
20 int from; member in struct:printing::PageRange
24 return from == rhs.from && to == rhs.to;
  /external/chromium_org/third_party/WebKit/Source/core/page/
SpeechInput.h 15 * contributors may be used to endorse or promote products derived from
59 static SpeechInput* from(Page* page) { return static_cast<SpeechInput*>(Supplement<Page>::from(page, supplementName())); } function in class:WebCore::SpeechInput
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationController.h 46 static NotificationController* from(Page* page) { return static_cast<NotificationController*>(Supplement<Page>::from(page, supplementName())); } function in class:WebCore::NotificationController
  /external/chromium_org/third_party/icu/source/i18n/
zonemeta.h 21 UDate from; member in struct:OlsonToMetaMappingEntry
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
spinlock_internal.h 15 * contributors may be used to endorse or promote products derived from
45 // SpinLockWait() waits until it can perform one of several transitions from
46 // "from" to "to". It returns when it performs a transition where done==true.
48 int32 from; member in struct:base::internal::SpinLockWaitTransition
53 // Wait until *w can transition from trans[i].from to trans[i].to for some i
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
spinlock_internal.h 15 * contributors may be used to endorse or promote products derived from
45 // SpinLockWait() waits until it can perform one of several transitions from
46 // "from" to "to". It returns when it performs a transition where done==true.
48 int32 from; member in struct:base::internal::SpinLockWaitTransition
53 // Wait until *w can transition from trans[i].from to trans[i].to for some i
  /external/icu4c/i18n/
zonemeta.h 21 UDate from; member in struct:OlsonToMetaMappingEntry
  /external/smack/src/org/jivesoftware/smack/filter/
FromContainsFilter.java 26 * Filters for packets where the "from" field contains a specified value.
32 private String from; field in class:FromContainsFilter
35 * Creates a "from" contains filter using the "from" field part.
37 * @param from the from field value the packet must contain.
39 public FromContainsFilter(String from) {
40 if (from == null) {
43 this.from = from.toLowerCase()
    [all...]
  /frameworks/compile/mclinker/lib/Target/
ELFEmulation.cpp 18 const char* from; ///< the prefix of the input string. (match FROM*) member in struct:NameMap
73 pScript.sectionMap().append(map[i].from, map[i].to, exist);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
char16_t_length.pass.cpp 14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
26 const char from[] = "some text"; local
27 assert(f.length(mbs, from, from+10, 0) == 0);
28 assert(f.length(mbs, from, from+10, 8) == 8);
29 assert(f.length(mbs, from, from+10, 9) == 9);
30 assert(f.length(mbs, from, from+10, 10) == 10)
    [all...]
char32_t_length.pass.cpp 14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
26 const char from[] = "some text"; local
27 assert(f.length(mbs, from, from+10, 0) == 0);
28 assert(f.length(mbs, from, from+10, 8) == 8);
29 assert(f.length(mbs, from, from+10, 9) == 9);
30 assert(f.length(mbs, from, from+10, 10) == 10)
    [all...]
char_length.pass.cpp 14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
26 const char from[10]= {0}; local
27 assert(f.length(mbs, from, from+10, 0) == 0);
28 assert(f.length(mbs, from, from+10, 9) == 9);
29 assert(f.length(mbs, from, from+10, 10) == 10);
30 assert(f.length(mbs, from, from+10, 11) == 10)
    [all...]
wchar_t_length.pass.cpp 14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
26 const char* from = "123467890"; local
27 assert(f.length(mbs, from, from+10, 0) == 0);
28 assert(f.length(mbs, from, from+10, 9) == 9);
29 assert(f.length(mbs, from, from+10, 10) == 10);
30 assert(f.length(mbs, from, from+10, 11) == 10)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSUnicodeRangeValue.h 36 static PassRefPtr<CSSUnicodeRangeValue> create(UChar32 from, UChar32 to)
38 return adoptRef(new CSSUnicodeRangeValue(from, to));
41 UChar32 from() const { return m_from; } function in class:WebCore::CSSUnicodeRangeValue
49 CSSUnicodeRangeValue(UChar32 from, UChar32 to)
51 , m_from(from)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
InterpolatedTransformOperation.h 15 * contributors may be used to endorse or promote products derived from
42 static PassRefPtr<InterpolatedTransformOperation> create(const TransformOperations& from, const TransformOperations& to, double progress)
44 return adoptRef(new InterpolatedTransformOperation(from, to, progress));
56 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false);
58 InterpolatedTransformOperation(const TransformOperations& from, const TransformOperations& to, double progress)
59 : from(from)
64 const TransformOperations from; member in class:WebCore::InterpolatedTransformOperation
  /external/chromium_org/third_party/WebKit/Source/core/xml/
DocumentXPathEvaluator.cpp 46 DocumentXPathEvaluator* DocumentXPathEvaluator::from(ScriptExecutionContext* context) function in class:WebCore::DocumentXPathEvaluator
48 DocumentXPathEvaluator* cache = static_cast<DocumentXPathEvaluator*>(Supplement<ScriptExecutionContext>::from(context, supplementName()));
59 DocumentXPathEvaluator* suplement = from(context);
67 DocumentXPathEvaluator* suplement = from(context);
77 DocumentXPathEvaluator* suplement = from(context);
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
DOMWindowCrypto.cpp 15 * contributors may be used to endorse or promote products derived from
54 DOMWindowCrypto* DOMWindowCrypto::from(DOMWindow* window) function in class:WebCore::DOMWindowCrypto
56 DOMWindowCrypto* supplement = static_cast<DOMWindowCrypto*>(Supplement<DOMWindow>::from(window, supplementName()));
66 return DOMWindowCrypto::from(window)->crypto();
WorkerGlobalScopeCrypto.cpp 15 * contributors may be used to endorse or promote products derived from
52 WorkerGlobalScopeCrypto* WorkerGlobalScopeCrypto::from(ScriptExecutionContext* context) function in class:WebCore::WorkerGlobalScopeCrypto
54 WorkerGlobalScopeCrypto* supplement = static_cast<WorkerGlobalScopeCrypto*>(Supplement<ScriptExecutionContext>::from(context, supplementName()));
64 return WorkerGlobalScopeCrypto::from(context)->crypto();
  /external/chromium_org/third_party/WebKit/Source/modules/donottrack/
NavigatorDoNotTrack.cpp 15 * contributors may be used to endorse or promote products derived from
56 NavigatorDoNotTrack* NavigatorDoNotTrack::from(Navigator* navigator) function in class:WebCore::NavigatorDoNotTrack
58 NavigatorDoNotTrack* supplement = static_cast<NavigatorDoNotTrack*>(Supplement<Navigator>::from(navigator, supplementName()));
68 return NavigatorDoNotTrack::from(navigator)->doNotTrack();
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DraggedIsolatedFileSystem.h 15 * contributors may be used to endorse or promote products derived from
55 static DraggedIsolatedFileSystem* from(ChromiumDataObject* dataObject) { return static_cast<DraggedIsolatedFileSystem*>(Supplement<ChromiumDataObject>::from(dataObject, supplementName())); } function in class:WebCore::DraggedIsolatedFileSystem

Completed in 2517 milliseconds

1 2 3 4 5 6 7 8 91011>>