Searched refs:container_type (Results 1 - 25 of 45) sorted by path

12

/external/chromium_org/android_webview/browser/
H A Daw_content_browser_client.cc484 WindowContainerType container_type,
480 CanCreateWindow( const GURL& opener_url, const GURL& opener_top_level_frame_url, const GURL& source_origin, WindowContainerType container_type, const GURL& target_url, const content::Referrer& referrer, WindowOpenDisposition disposition, const blink::WebWindowFeatures& features, bool user_gesture, bool opener_suppressed, content::ResourceContext* context, int render_process_id, int opener_id, bool* no_javascript_access) argument
H A Daw_content_browser_client.h144 WindowContainerType container_type,
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc2008 WindowContainerType container_type,
2025 if (container_type == WINDOW_CONTAINER_TYPE_BACKGROUND) {
2004 CanCreateWindow( const GURL& opener_url, const GURL& opener_top_level_frame_url, const GURL& source_origin, WindowContainerType container_type, const GURL& target_url, const content::Referrer& referrer, WindowOpenDisposition disposition, const WebWindowFeatures& features, bool user_gesture, bool opener_suppressed, content::ResourceContext* context, int render_process_id, int opener_id, bool* no_javascript_access) argument
H A Dchrome_content_browser_client.h225 WindowContainerType container_type,
/external/chromium_org/chromecast/shell/browser/
H A Dcast_content_browser_client.cc141 WindowContainerType container_type,
137 CanCreateWindow( const GURL& opener_url, const GURL& opener_top_level_frame_url, const GURL& source_origin, WindowContainerType container_type, const GURL& target_url, const content::Referrer& referrer, WindowOpenDisposition disposition, const blink::WebWindowFeatures& features, bool user_gesture, bool opener_suppressed, content::ResourceContext* context, int render_process_id, int opener_id, bool* no_javascript_access) argument
H A Dcast_content_browser_client.h57 WindowContainerType container_type,
/external/chromium_org/content/public/browser/
H A Dcontent_browser_client.cc247 WindowContainerType container_type,
243 CanCreateWindow( const GURL& opener_url, const GURL& opener_top_level_frame_url, const GURL& source_origin, WindowContainerType container_type, const GURL& target_url, const Referrer& referrer, WindowOpenDisposition disposition, const blink::WebWindowFeatures& features, bool user_gesture, bool opener_suppressed, ResourceContext* context, int render_process_id, int opener_id, bool* no_javascript_access) argument
H A Dcontent_browser_client.h483 WindowContainerType container_type,
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DExprNodes.py9955 container_type = self.operand2.type
9956 return (container_type.is_ptr or container_type.is_array) \
9957 and not container_type.is_string
/external/chromium_org/third_party/webrtc/base/
H A Dmessagequeue.cc363 PriorityQueue::container_type::iterator new_end = dmsgq_.container().begin();
364 for (PriorityQueue::container_type::iterator it = new_end;
H A Dmessagequeue.h229 container_type& container() { return c; }
/external/clang/test/SemaCXX/
H A Dconversion-function.cpp340 typedef Container<int> container_type; typedef in struct:PR8065::Iterator
345 typedef typename Iterator<T>::container_type X;
/external/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
H A Dctor_alloc.pass.cpp25 typedef typename base::container_type container_type; typedef in struct:test
31 test(const value_compare& comp, const container_type& c,
34 test(const value_compare& comp, container_type&& c,
H A Dctor_comp_alloc.pass.cpp25 typedef typename base::container_type container_type; typedef in struct:test
31 test(const value_compare& comp, const container_type& c,
34 test(const value_compare& comp, container_type&& c,
H A Dctor_comp_cont_alloc.pass.cpp13 // priority_queue(const Compare& comp, const container_type& c,
36 typedef typename base::container_type container_type; typedef in struct:test
42 test(const value_compare& comp, const container_type& c,
45 test(const value_compare& comp, container_type&& c,
H A Dctor_comp_rcont_alloc.pass.cpp13 // priority_queue(const Compare& comp, container_type&& c,
36 typedef typename base::container_type container_type; typedef in struct:test
42 test(const value_compare& comp, const container_type& c,
45 test(const value_compare& comp, container_type&& c,
H A Dctor_copy_alloc.pass.cpp35 typedef typename base::container_type container_type; typedef in struct:test
41 test(const value_compare& comp, const container_type& c,
H A Dctor_move_alloc.pass.cpp39 typedef typename base::container_type container_type; typedef in struct:test
45 test(const value_compare& comp, const container_type& c,
47 test(const value_compare& comp, container_type&& c,
/external/libcxx/test/containers/container.adaptors/priority.queue/
H A Dtypes.pass.cpp17 // typedef Container container_type;
18 // typedef typename container_type::value_type value_type;
19 // typedef typename container_type::reference reference;
20 // typedef typename container_type::const_reference const_reference;
21 // typedef typename container_type::size_type size_type;
24 // container_type c;
51 static_assert((std::is_same<std::priority_queue<int>::container_type, std::vector<int> >::value), "");
52 static_assert((std::is_same<std::priority_queue<double, std::deque<int> >::container_type, std::deque<int> >::value), "");
/external/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/
H A Dctor_alloc.pass.cpp26 test(const container_type& c, const test_allocator<int>& a) : base(c, a) {}
28 test(container_type&& c, const test_allocator<int>& a) : base(std::move(c), a) {}
H A Dctor_container_alloc.pass.cpp13 // queue(const container_type& c, const Alloc& a);
38 test(const container_type& c, const test_allocator<int>& a) : base(c, a) {}
40 test(container_type&& c, const test_allocator<int>& a) : base(std::move(c), a) {}
H A Dctor_queue_alloc.pass.cpp38 typedef typename base::container_type container_type; typedef in struct:test
41 test(const container_type& c, const allocator_type& a) : base(c, a) {}
H A Dctor_rcontainer_alloc.pass.cpp13 // queue(const container_type& c, const Alloc& a);
41 typedef typename base::container_type container_type; typedef in struct:test
44 test(const container_type& c, const allocator_type& a) : base(c, a) {}
45 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {}
H A Dctor_rqueue_alloc.pass.cpp41 typedef typename base::container_type container_type; typedef in struct:test
44 test(const container_type& c, const allocator_type& a) : base(c, a) {}
45 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {}
/external/libcxx/test/containers/container.adaptors/queue/queue.defn/
H A Dtypes.pass.cpp16 // typedef Container container_type;
17 // typedef typename container_type::value_type value_type;
18 // typedef typename container_type::reference reference;
19 // typedef typename container_type::const_reference const_reference;
20 // typedef typename container_type::size_type size_type;
23 // container_type c;
49 static_assert((std::is_same<std::queue<int>::container_type, std::deque<int> >::value), "");
50 static_assert((std::is_same<std::queue<double, std::vector<int> >::container_type, std::vector<int> >::value), "");

Completed in 622 milliseconds

12