/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_view_delegate.cc | 255 model_->results(),
|
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/object/ |
object.js | 77 * @return {!Object.<K,R>} a new object with the results from f. 465 * copies UIDs created by <code>getUid</code> into cloned results.
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_aura.h | 211 virtual void GetScreenInfo(blink::WebScreenInfo* results) OVERRIDE;
|
/external/chromium_org/content/browser/speech/ |
speech_recognizer_impl_unittest.cc | 109 int session_id, const SpeechRecognitionResults& results) OVERRIDE {
|
/external/chromium_org/pdf/ |
instance.cc | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
html.css | 480 input[type="search" i]::-webkit-search-results-decoration { 481 -webkit-appearance: searchfield-results-decoration;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
control.py | 15 from coverage.results import Analysis, Numbers 603 """Generate an XML report of coverage results.
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/ |
vp9_loopfilter_mmx.asm | 183 movq mm5, mm0 ; save results 498 movq mm5, mm0 ; save results
|
/external/chromium_org/third_party/opus/src/silk/ |
SigProc_FIX.h | 226 opus_int32 *results, /* O Result (length correlationCount) */ [all...] |
/external/chromium_org/tools/gyp/pylib/gyp/ |
input.py | 550 """Handle the results of running LoadTargetBuildFile in another process. 696 # Global cache of results from running commands so they don't have to be run [all...] |
/external/chromium_org/tools/valgrind/ |
memcheck_analyze.py | 380 unique them and output the results.'''
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/ |
pdebuild-ant.jar | |
/external/libopus/silk/ |
SigProc_FIX.h | 226 opus_int32 *results, /* O Result (length correlationCount) */ [all...] |
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_loopfilter_mmx.asm | 183 movq mm5, mm0 ; save results 498 movq mm5, mm0 ; save results
|
/frameworks/base/core/java/android/content/ |
Intent.java | 5554 List<ResolveInfo> results = pm.queryIntentServices(this, flags); local [all...] |
/frameworks/base/services/core/java/com/android/server/firewall/ |
IntentFirewall.java | 517 protected void sortResults(List<Rule> results) { 518 // there's no need to sort the results
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
RecipientEditTextView.java | 387 List<RecipientEntry> results = new ArrayList(); local 389 return results; 393 results.add(c.getEntry()); 396 return results; 488 // that the user can see as many results as possible. [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
vp9_loopfilter_mmx.asm | 183 movq mm5, mm0 ; save results 498 movq mm5, mm0 ; save results
|
/external/chromium_org/chrome/browser/extensions/activity_log/ |
counting_policy_unittest.cc | 88 // the results to be processed. 99 // checker function when results are available. This will happen on the 112 // Set up a timeout for receiving results; if we haven't received anything 119 // Wait for results; either the checker or the timeout callbacks should 154 scoped_ptr<Action::ActionVector> results) { 155 checker.Run(results.Pass()); 161 FAIL() << "Policy test timed out waiting for results"; [all...] |
/external/chromium_org/chrome/browser/extensions/api/developer_private/ |
developer_private_api.cc | 471 results_ = developer::GetItemsInfo::Results::Create(item_list); [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
chromevox_json.js | 157 // Make an array to hold the partial results of stringifying this
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
bluetooth_device_list.js | 164 * the list results in a stale cache requiring an invalidation.
|
/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_database.cc | 281 // for |full_hash| is found in |cache|, with any matches appended to |results| 287 std::vector<SBFullHashResult>* results) { 305 results->push_back(cached_hashes[i]); 638 // Clear the results first. [all...] |
/external/chromium_org/mojo/services/view_manager/ |
view_manager_unittest.cc | 251 // received. Embed() also results in a new instance. If we quit here while 272 void GotViewTree(std::vector<TestView>* views, Array<ViewDataPtr> results) { 273 ViewDatasToTestViews(results, views); [all...] |
/external/chromium_org/remoting/webapp/ |
oauth2.js | 259 * Processes the results of the oauth flow.
|