Searched refs:list (Results 151 - 175 of 4308) sorted by path

1234567891011>>

/external/chromium_org/android_webview/build/
H A Dresources_config.mk89 # This list will be used to force the .pak files to be copied into the
/external/chromium_org/android_webview/buildbot/
H A Ddeps_whitelist.py11 that the list of third parties present in this file is not a comprehensive
12 list of third party android_webview dependencies.
146 """Calculates the list of deps that need to be excluded from the deps_file
149 # The list of deps read from the DEPS file are prefixed with the source
158 """Calculates the list of paths we should exclude """
170 return list(blacklist)
173 """This is used to calculate the custom_deps list for the Android bot.
181 """This is used to calculate the custom_deps list for the Android perf bot.
190 """Calculates the list of paths we should exclude when building Android
199 """Calculates the list o
[all...]
/external/chromium_org/android_webview/
H A Djava_library_common.mk39 # Java files generated from .template rules. This list should match list of java dependencies in
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DNavigationHistoryTest.java127 NavigationHistory list = getNavigationHistory(mAwContents);
128 assertEquals(0, list.getEntryCount());
138 list = getNavigationHistory(mAwContents);
140 // Make sure there is a new entry entry the list
141 assertEquals(2, list.getEntryCount());
144 checkHistoryItem(list.getEntryAtIndex(0),
151 checkHistoryItem(list.getEntryAtIndex(1),
157 assertEquals(1, list.getCurrentEntryIndex());
165 NavigationHistory list = getNavigationHistory(mAwContents);
166 assertEquals(0, list
[all...]
/external/chromium_org/android_webview/native/
H A Daw_contents.cc565 std::list<OriginCallback>::iterator it = pending_geolocation_prompts_.begin();
H A Daw_contents.h9 #include <list>
252 // The first element in the list is always the currently pending request.
253 std::list<OriginCallback> pending_geolocation_prompts_;
/external/chromium_org/ash/
H A Dgpu_support.h8 #include <list>
20 typedef base::Callback<void(const std::list<base::ProcessHandle>&)>
/external/chromium_org/ash/ime/
H A Dinput_method_menu_manager_unittest.cc23 // Called when the list of menu items is changed.
56 InputMethodMenuItemList list; local
57 list.push_back(InputMethodMenuItem("key1", "label1", false, false));
58 list.push_back(InputMethodMenuItem("key2", "label2", false, false));
59 menu_manager_->SetCurrentInputMethodMenuItemList(list);
/external/chromium_org/ash/system/bluetooth/
H A Dtray_bluetooth.cc32 // Updates bluetooth device |device| in the |list|. If it is new, append to the
33 // end of the |list|; otherwise, keep it at the same place, but update the data
35 void UpdateBluetoothDeviceListHelper(BluetoothDeviceList* list, argument
37 for (BluetoothDeviceList::iterator it = list->begin(); it != list->end();
45 list->push_back(device);
48 // Removes the obsolete BluetoothDevices from |list|, if they are not in the
51 BluetoothDeviceList* list,
53 for (BluetoothDeviceList::iterator it = list->begin(); it != list
50 RemoveObsoleteBluetoothDevicesFromList( BluetoothDeviceList* list, const std::set<std::string>& new_list) argument
162 BluetoothDeviceList list; local
272 AppendSameTypeDevicesToScrollList(const BluetoothDeviceList& list, bool bold, bool checked, bool enabled) argument
[all...]
/external/chromium_org/ash/system/ime/
H A Dtray_ime.cc101 IMEInfoList list; local
102 delegate->GetAvailableIMEList(&list);
105 Update(list, property_list);
110 void Update(const IMEInfoList& list, argument
114 AppendIMEList(list);
135 void AppendIMEList(const IMEInfoList& list) { argument
138 for (size_t i = 0; i < list.size(); i++) {
140 this, list[i].name, list[i].selected);
142 ime_map_[container] = list[
254 IMEInfoList list; local
293 IMEInfoList list; local
[all...]
/external/chromium_org/ash/system/tray/
H A Ddefault_system_tray_delegate.cc180 BluetoothDeviceList* list) {
196 void DefaultSystemTrayDelegate::GetAvailableIMEList(IMEInfoList* list) { argument
200 IMEPropertyInfoList* list) {
179 GetAvailableBluetoothDevices( BluetoothDeviceList* list) argument
199 GetCurrentIMEProperties( IMEPropertyInfoList* list) argument
H A Ddefault_system_tray_delegate.h59 virtual void GetAvailableBluetoothDevices(BluetoothDeviceList* list) OVERRIDE;
64 virtual void GetAvailableIMEList(IMEInfoList* list) OVERRIDE;
65 virtual void GetCurrentIMEProperties(IMEPropertyInfoList* list) OVERRIDE;
H A Dsystem_tray_delegate.h205 // Returns a list of available bluetooth devices.
223 // Returns a list of availble IMEs.
224 virtual void GetAvailableIMEList(IMEInfoList* list) = 0;
226 // Returns a list of properties for the currently selected IME.
227 virtual void GetCurrentIMEProperties(IMEPropertyInfoList* list) = 0;
/external/chromium_org/ash/touch/
H A Dtouch_hud_debug.cc165 // Returns a list containing data from all events for the touch point.
167 scoped_ptr<base::ListValue> list(new base::ListValue());
169 list->Append((*i).GetAsDictionary().release());
170 return list.Pass();
202 scoped_ptr<base::ListValue> list(new base::ListValue());
205 list->Append(traces_[i].GetAsList().release());
207 return list.Pass();
378 scoped_ptr<base::ListValue> list = hud->GetLogAsList(); local
379 if (!list->empty())
380 value->Set(base::Int64ToString(hud->display_id()), list
[all...]
/external/chromium_org/ash/wm/
H A Dmru_window_tracker.cc35 // Adds windows being dragged in the docked container to |windows| list.
50 // list.
55 // Returns a list of windows ordered by their stacking order.
56 // If |mru_windows| is passed, these windows are moved to the front of the list.
57 // If |top_most_at_end|, the list is returned in descending (bottom-most / least
60 const std::list<aura::Window*>* mru_windows,
75 // in the active root window becomes the front of the list.
80 // in the in tracked list.
91 // Put the windows in the mru_windows list at the head, if it's available.
93 // Iterate through the list backward
[all...]
H A Dmru_window_tracker.h8 #include <list>
27 // Maintains a most recently used list of windows. This is used for window
43 // If |top_most_at_end| the window list will return in ascending (lowest
49 // list of most recently used windows.
54 // MRU window list. Used by WindowCycleList to avoid adding all cycled
55 // windows to the front of the MRU window list.
59 // Updates the mru_windows_ list to insert/move |active_window| at/to the
72 std::list<aura::Window*> mru_windows_;
/external/chromium_org/ash/wm/overview/
H A Dwindow_selector_controller.h8 #include <list>
/external/chromium_org/ash/wm/panels/
H A Dpanel_layout_manager.h8 #include <list>
140 // manually as this structure is used in a std::list. See
150 typedef std::list<PanelInfo> PanelList;
177 // Ordered list of unowned pointers to panel windows.
/external/chromium_org/athena/wm/
H A Dsplit_view_controller_unittest.cc43 const aura::Window::Windows& list = local
45 return *(list.rbegin() + 1);
52 aura::Window::Windows list = local
54 for (aura::Window::Windows::const_iterator it = list.begin();
55 it != list.end(); ++it) {
H A Dwindow_list_provider_impl_unittest.cc138 const aura::Window::Windows& list = list_provider->GetWindowList(); local
139 EXPECT_EQ(list.end(), std::find(list.begin(), list.end(), second.get()));
140 EXPECT_EQ(list.end(), std::find(list.begin(), list.end(), fourth.get()));
141 EXPECT_NE(list.end(), std::find(list.begin(), list
[all...]
H A Dwindow_manager_impl.cc71 const aura::Window::Windows& list = local
83 for (aura::Window::Windows::const_iterator iter = list.begin();
84 iter != list.end();
230 // Note: The window_list_provider_ resembles the exact window list of the
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DCollectionUtil.java29 ArrayList<E> list = new ArrayList<E>(elements.length);
30 Collections.addAll(list, elements);
31 return list;
35 ArrayList<E> list = new ArrayList<E>();
37 list.add(element);
39 return list;
H A DResourceExtractor.java109 String[] files = manager.list("");
210 String[] timestamps = outputDir.list(new FilenameFilter() {
247 * @param mandatoryPaks The list of pak files to be loaded. If no pak files are
281 String[] files = manager.list("");
/external/chromium_org/base/android/javatests/src/org/chromium/base/
H A DLibraryLoaderHelperTest.java36 assertEquals(libDir.list().length, 0);
42 assertTrue(libDir.list().length > 0);
H A DObserverListTest.java38 * An observer which add a given Observer object to the list when observe is called.
44 FooAdder(ObserverList<Observer> list, Observer oblivious) { argument
45 mList = list;
56 * An observer which removes a given Observer object from the list when observe is called.
62 FooRemover(ObserverList<Observer> list, Observer innocent) { argument
63 mList = list;
97 // Removing an observer not in the list should do nothing.
115 // e was never added to the list, observe should not be called.

Completed in 338 milliseconds

1234567891011>>