HomeSort by relevance Sort by last modified time
    Searched full:vector (Results 2051 - 2075 of 20677) sorted by null

<<81828384858687888990>>

  /external/chromium_org/sandbox/linux/seccomp-bpf/
verifier.h 11 #include <vector>
27 const std::vector<struct sock_filter>& program,
39 static uint32_t EvaluateBPF(const std::vector<struct sock_filter>& program,
  /external/chromium_org/sandbox/win/src/
app_container.h 10 #include <vector>
33 const std::vector<base::string16>& capabilities);
47 std::vector<SID_AND_ATTRIBUTES> attributes_;
  /external/chromium_org/testing/gtest/test/
gtest-typed-test2_test.cc 32 #include <vector>
42 INSTANTIATE_TYPED_TEST_CASE_P(Vector, ContainerTest,
43 testing::Types<std::vector<int> >);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ClientRectList.h 35 #include "wtf/Vector.h"
47 static PassRefPtrWillBeRawPtr<ClientRectList> create(const Vector<FloatQuad>& quads)
60 explicit ClientRectList(const Vector<FloatQuad>&);
DOMTokenList.cpp 53 bool DOMTokenList::validateTokens(const Vector<String>& tokens, ExceptionState& exceptionState)
72 Vector<String> tokens;
77 // Optimally, this should take a Vector<AtomicString> const ref in argument but the
79 void DOMTokenList::add(const Vector<String>& tokens, ExceptionState& exceptionState)
81 Vector<String> filteredTokens;
101 Vector<String> tokens;
106 // Optimally, this should take a Vector<AtomicString> const ref in argument but the
108 void DOMTokenList::remove(const Vector<String>& tokens, ExceptionState& exceptionState)
170 Vector<String> tokens;
177 AtomicString DOMTokenList::addTokens(const AtomicString& input, const Vector<String>& tokens
    [all...]