OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:parts
(Results
626 - 650
of
4773
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium-trace/trace-viewer/src/tracing/
trace_model_settings.js
13
* A way to persist settings specific to
parts
of a trace model.
/external/chromium_org/ash/launcher/
tabbed_launcher_button.cc
67
ui::MultiAnimation::
Parts
animation_parts;
/external/chromium_org/ash/wm/
base_layout_manager.h
94
// display region. Otherwise, it makes sure at least some
parts
of the window
/external/chromium_org/chrome/browser/extensions/api/identity/
gaia_web_auth_flow.h
16
// four
parts
:
/external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.h
50
// Here are some helper functions to get individual data
parts
out of a
/external/chromium_org/chrome/browser/resources/options/
language_list.js
440
var
parts
= languageCode.split('-');
441
if (!(
parts
[0] in seen)) {
442
expandedLanguageCodes.push(
parts
[0]);
443
seen[
parts
[0]] = true;
/external/chromium_org/chrome/browser/safe_browsing/
chunk_range.cc
70
// Crack the string into chunk
parts
, then crack each part looking for a
/external/chromium_org/chrome/browser/ui/cocoa/
url_drop_target.mm
49
// The following four methods implement
parts
of the |NSDraggingDestination|
/external/chromium_org/chrome/browser/ui/gtk/
global_history_menu.h
107
// The history menu. We keep this since we need to rewrite
parts
of it
/external/chromium_org/chrome/browser/ui/gtk/infobars/
infobar_container_gtk.h
59
// Paints
parts
of infobars that aren't inside the infobar's widget. This
/external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_codelab.html
5
We've done our best to capture some of the trickier
parts
/external/chromium_org/chrome/common/extensions/docs/templates/intros/
pageAction.html
64
<h2 id="ui">
Parts
of the UI</h2>
/external/chromium_org/chrome/common/local_discovery/
service_discovery_client.h
29
// Convenience function to get useful
parts
of the service name. A service
/external/chromium_org/cloud_print/gcp20/prototype/
cloud_print_xmpp_listener.cc
24
// Splits message into two
parts
(e.g. '<device_id>/delete' will be splitted
/external/chromium_org/components/autofill/core/browser/android/
auxiliary_profiles_android.cc
72
// into constituent
parts
. Instead we just get a long string blob.
/external/chromium_org/components/autofill/core/browser/
form_field.h
34
// A bit-field used for matching specific
parts
of a field in question.
phone_number.h
51
// The class used to combine home phone
parts
into a whole number.
phone_number_i18n.h
46
// Constructs whole phone number from
parts
.
/external/chromium_org/content/
DEPS
50
# There are a couple of specific
parts
of content that are excepted
/external/chromium_org/content/public/android/java/src/org/chromium/content/common/
CommandLine.java
381
String[]
parts
= arg.split(SWITCH_VALUE_SEPARATOR, 2);
local
382
String value =
parts
.length > 1 ?
parts
[1] : null;
383
appendSwitchWithValue(
parts
[0].substring(SWITCH_PREFIX.length()), value);
/external/chromium_org/content/public/common/
renderer_preferences.h
82
// The color of different
parts
of the scrollbar. Currently only used on
/external/chromium_org/gpu/tools/compositor_model_bench/
render_tree.h
5
// Data structures for representing
parts
of Chromium's composited layer tree
/external/chromium_org/ipc/
ipc_channel_reader.h
18
// platform-specific
parts
provide the pipe management through a virtual
/external/chromium_org/media/audio/mac/
audio_low_latency_output_mac.h
11
// - The latency consists of two
parts
:
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
autostatic.c
44
/* For an explanation of this code (at least the MSVC
parts
), refer to
Completed in 548 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>