HomeSort by relevance Sort by last modified time
    Searched full:common (Results 3826 - 3850 of 31397) sorted by null

<<151152153154155156157158159160>>

  /external/chromium_org/chrome/common/extensions/api/extension_action/
page_action_handler.cc 5 #include "chrome/common/extensions/api/extension_action/page_action_handler.h"
9 #include "chrome/common/extensions/extension_constants.h"
10 #include "extensions/common/extension.h"
11 #include "extensions/common/file_util.h"
12 #include "extensions/common/manifest_constants.h"
  /external/chromium_org/chrome/common/extensions/api/i18n/
default_locale_handler.cc 5 #include "chrome/common/extensions/api/i18n/default_locale_handler.h"
14 #include "extensions/common/constants.h"
15 #include "extensions/common/extension_l10n_util.h"
16 #include "extensions/common/manifest.h"
17 #include "extensions/common/manifest_constants.h"
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
mime_types_handler.cc 5 #include "chrome/common/extensions/manifest_handlers/mime_types_handler.h"
11 #include "chrome/common/extensions/extension_constants.h"
12 #include "extensions/common/error_utils.h"
13 #include "extensions/common/manifest.h"
14 #include "extensions/common/manifest_constants.h"
  /external/chromium_org/chrome/common/
pepper_permission_util.cc 5 #include "chrome/common/pepper_permission_util.h"
13 #include "extensions/common/constants.h"
14 #include "extensions/common/extension.h"
15 #include "extensions/common/extension_set.h"
16 #include "extensions/common/manifest_handlers/shared_module_info.h"
pepper_permission_util_unittest.cc 5 #include "chrome/common/pepper_permission_util.h"
10 #include "chrome/common/extensions/features/feature_channel.h"
11 #include "extensions/common/extension_builder.h"
12 #include "extensions/common/extension_set.h"
13 #include "extensions/common/id_util.h"
  /external/chromium_org/chrome/test/base/
chrome_unit_test_suite.cc 11 #include "chrome/common/chrome_content_client.h"
12 #include "chrome/common/chrome_paths.h"
15 #include "content/public/common/content_paths.h"
27 #include "chrome/common/extensions/chrome_extensions_client.h"
28 #include "extensions/common/extension_paths.h"
  /external/chromium_org/chrome/tools/ipclist/
ipclist.cc 13 #include "chrome/common/all_messages.h"
14 #include "content/common/all_messages.h"
34 #include "chrome/common/all_messages.h"
35 #include "content/common/all_messages.h"
85 std::cout << "Please check {chrome,content}/common/all_messages.h.\n";
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata_service.h 15 #include "components/autofill/core/common/form_field_data.h"
16 #include "components/webdata/common/web_data_results.h"
17 #include "components/webdata/common/web_data_service_base.h"
18 #include "components/webdata/common/web_data_service_consumer.h"
19 #include "components/webdata/common/web_database.h"
  /external/chromium_org/components/password_manager/content/browser/
content_password_manager_driver.cc 8 #include "components/autofill/content/common/autofill_messages.h"
9 #include "components/autofill/core/common/form_data.h"
10 #include "components/autofill/core/common/password_form.h"
17 #include "content/public/common/page_transition_types.h"
18 #include "content/public/common/ssl_status.h"
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_manager.h 15 #include "components/policy/core/common/cloud/cloud_policy_constants.h"
16 #include "components/policy/core/common/cloud/cloud_policy_core.h"
17 #include "components/policy/core/common/cloud/cloud_policy_store.h"
18 #include "components/policy/core/common/cloud/component_cloud_policy_service.h"
19 #include "components/policy/core/common/configuration_policy_provider.h"
  /external/chromium_org/components/webdata/common/
web_database_service.cc 5 #include "components/webdata/common/web_database_service.h"
9 #include "components/webdata/common/web_data_request_manager.h"
10 #include "components/webdata/common/web_data_results.h"
11 #include "components/webdata/common/web_data_service_backend.h"
12 #include "components/webdata/common/web_data_service_consumer.h"
  /external/chromium_org/content/test/
content_test_launcher.cc 17 #include "content/public/common/content_switches.h"
20 #include "content/shell/common/shell_switches.h"
27 #include "content/common/url_schemes.h"
28 #include "content/public/common/content_paths.h"
31 #include "content/shell/common/shell_content_client.h"
  /external/chromium_org/extensions/common/manifest_handlers/
sandboxed_page_info.cc 5 #include "extensions/common/manifest_handlers/sandboxed_page_info.h"
12 #include "extensions/common/csp_validator.h"
13 #include "extensions/common/error_utils.h"
14 #include "extensions/common/manifest_constants.h"
15 #include "extensions/common/url_pattern.h"
  /external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
example.js 9 common.attachDefaultListeners();
10 common.createNaClModule(name, tc, config, width, height);
136 src = common.naclModule.getAttribute('path');
143 common.updateStatus(message);
152 common.naclModule.postMessage('BOOM');
  /external/chromium_org/sandbox/win/tests/integration_tests/
sbox_integration_tests.vcproj 21 InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops"
85 InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops"
150 Name="Common"
155 RelativePath="..\common\controller.cc"
159 RelativePath="..\common\controller.h"
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
host_mock.py 29 from webkitpy.common.checkout.scm.scm_mock import MockSCM
30 from webkitpy.common.net.buildbot.buildbot_mock import MockBuildBot
31 from webkitpy.common.net.web_mock import MockWeb
32 from webkitpy.common.system.systemhost_mock import MockSystemHost
34 # New-style ports need to move down into webkitpy.common.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/
mocktool.py 31 from webkitpy.common.host_mock import MockHost
32 from webkitpy.common.net.buildbot.buildbot_mock import MockBuildBot
34 # FIXME: Old-style "Ports" need to die and be replaced by modern layout_tests.port which needs to move to common.
35 from webkitpy.common.config.ports_mock import MockPort
46 # subclass this or provider wrapper functions that set a common
  /external/chromium_org/third_party/mesa/src/
SConstruct 28 import common
34 common.AddOptions(opts)
62 # fail early for a common error on windows
108 host_env['platform'] = common.host_platform
109 host_env['machine'] = common.host_machine
  /external/chromium_org/ui/ozone/
ozone.gyp 80 # common/chromeos files are excluded automatically when building with
83 'common/chromeos/native_display_delegate_ozone.cc',
84 'common/chromeos/native_display_delegate_ozone.h',
85 'common/chromeos/touchscreen_device_manager_ozone.cc',
86 'common/chromeos/touchscreen_device_manager_ozone.h',
  /external/guava/guava/src/com/google/common/cache/
ForwardingCache.java 17 package com.google.common.cache;
19 import com.google.common.annotations.Beta;
20 import com.google.common.base.Preconditions;
21 import com.google.common.collect.ForwardingObject;
22 import com.google.common.collect.ImmutableMap;
  /external/guava/guava/src/com/google/common/collect/
ContiguousSet.java 15 package com.google.common.collect;
17 import static com.google.common.base.Preconditions.checkArgument;
18 import static com.google.common.base.Preconditions.checkNotNull;
20 import com.google.common.annotations.Beta;
21 import com.google.common.annotations.GwtCompatible;
EmptyImmutableList.java 17 package com.google.common.collect;
19 import static com.google.common.base.Preconditions.checkElementIndex;
20 import static com.google.common.base.Preconditions.checkPositionIndex;
21 import static com.google.common.base.Preconditions.checkPositionIndexes;
23 import com.google.common.annotations.GwtCompatible;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListEqualsTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
21 import com.google.common.collect.testing.MinimalSet;
22 import com.google.common.collect.testing.features.CollectionFeature;
23 import com.google.common.collect.testing.features.CollectionSize;
  /external/guava/guava-testlib/src/com/google/common/testing/
RelationshipTester.java 17 package com.google.common.testing;
19 import static com.google.common.base.Preconditions.checkNotNull;
21 import com.google.common.annotations.GwtCompatible;
22 import com.google.common.collect.ImmutableList;
23 import com.google.common.collect.Lists;
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractLinkedIteratorTest.java 17 package com.google.common.collect;
19 import static com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE;
22 import com.google.common.annotations.GwtCompatible;
23 import com.google.common.annotations.GwtIncompatible;
24 import com.google.common.collect.testing.IteratorTester;

Completed in 3253 milliseconds

<<151152153154155156157158159160>>