Searched refs:container_type (Results 26 - 45 of 45) sorted by relevance

12

/external/chromium_org/chromecast/shell/browser/
H A Dcast_content_browser_client.h57 WindowContainerType container_type,
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
/external/stlport/stlport/stl/
H A D_iterator.h168 typedef _Container container_type; typedef in class:back_insert_iterator
198 typedef _Container container_type; typedef in class:front_insert_iterator
228 typedef _Container container_type; typedef in class:insert_iterator
H A D_stack.h66 typedef _Sequence container_type; typedef in class:stack
H A D_queue.h77 typedef _Sequence container_type; typedef in class:queue
161 typedef _Sequence container_type; typedef in class:priority_queue
H A D_unordered_map.h388 typedef _Container container_type; typedef in class:insert_iterator
415 typedef _Container container_type; typedef in class:insert_iterator
H A D_unordered_set.h363 typedef _Container container_type; typedef in class:insert_iterator
390 typedef _Container container_type; typedef in class:insert_iterator
H A D_hash_map.h446 typedef _Container container_type; typedef in class:insert_iterator
473 typedef _Container container_type; typedef in class:insert_iterator
H A D_hash_set.h441 typedef _Container container_type; typedef in class:insert_iterator
468 typedef _Container container_type; typedef in class:insert_iterator
H A D_slist.h881 typedef _Container container_type; typedef in class:insert_iterator
/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/chromium_org/android_webview/browser/
H A Daw_content_browser_client.h144 WindowContainerType container_type,
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
/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/chrome/browser/
H A Dchrome_content_browser_client.h225 WindowContainerType container_type,
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
/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

Completed in 766 milliseconds

12