/packages/apps/Settings/src/com/android/settings/ |
Settings.java | 306 * Populate the activity with the top-level headers. 309 public void onBuildHeaders(List<Header> headers) { 310 loadHeadersFromResource(R.xml.settings_headers, headers); 312 updateHeaderList(headers); 314 mHeaders = headers; 556 // When the saved state provides the list of headers, onBuildHeaders is not called 557 // Copy the list of Headers from the adapter, preserving their order
|
/external/chromium/chrome/browser/ui/webui/ |
chrome_url_data_manager_backend.cc | 315 DCHECK(!info->headers); 316 // Set the headers so that requests serviced by ChromeURLDataManager return a 319 info->headers = new net::HttpResponseHeaders("HTTP/1.1 200 OK");
|
/external/chromium/chrome/common/ |
automation_messages.h | 45 const std::string& headers, 54 std::string headers; member in struct:AutomationURLResponse
|
/external/oauth/core/src/main/java/net/oauth/ |
OAuthMessage.java | 70 private final List<Map.Entry<String, String>> headers = new ArrayList<Map.Entry<String, String>>(); field in class:OAuthMessage 175 /** All HTTP headers. You can add headers to this list. */ 177 return headers;
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLTableCellElement07.js | 78 The axis attribute specifies the names group of related headers for table
|
HTMLTableCellElement08.js | 78 The axis attribute specifies the names group of related headers for table
|
table20.js | 78 Names group of related headers.
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLTableCellElement07.js | 78 The axis attribute specifies the names group of related headers for table
|
HTMLTableCellElement08.js | 78 The axis attribute specifies the names group of related headers for table
|
table20.js | 78 Names group of related headers.
|
/frameworks/base/core/java/android/webkit/ |
FrameLoader.java | 89 public void setHeaders(HashMap headers) { 90 mHeaders = headers; 297 * This function is used by the handleHTTPLoad to setup the cache headers 339 // the validation headers causes no validation to occur 351 // use it. If it needs revalidation then the relevant headers 362 * Add the static headers that don't change with each request. 387 * Add the content related headers. These headers contain user private data
|
BrowserFrame.java | 263 * @param extraHeaders The extra headers sent with this url. This should not 264 * include the common headers like "user-agent". If it does, it 794 * @param headers The http headers. 807 HashMap headers, [all...] |
HTML5VideoViewProxy.java | 25 import android.net.http.Headers; 390 // The response headers. 391 private Headers mHeaders; 437 public void headers(Headers headers) { method in class:HTML5VideoViewProxy.PosterDownloader 438 mHeaders = headers;
|
/frameworks/base/media/libstagefright/timedtext/ |
TimedTextPlayer.cpp | 299 KeyedVector<String8, String8> headers; local 306 DataSource::CreateFromURI(uri, &headers);
|
/frameworks/base/tools/aidl/ |
aidl_language_y.y | 30 | headers document_items { g_callbacks->document($2.document_item); } 33 headers: label
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/ |
PluginView.cpp | 170 String headers = String::adopt(stringBuilder); local 179 return headers; 189 String headers = buildHTTPHeaders(response, expectedContentLength); local 195 m_pluginView->m_plugin->streamDidReceiveResponse(m_streamID, responseURL, streamLength, response.lastModifiedDate(), mimeType, headers); 318 String headers = buildHTTPHeaders(response, expectedContentLength); local 324 m_plugin->manualStreamDidReceiveResponse(responseURL, streamLength, response.lastModifiedDate(), mimeType, headers); [all...] |
/external/libxml2/ |
nanohttp.c | 1258 * @headers: the extra headers 1262 * via HTTP using the given @method, adding the given extra headers 1272 const char *headers, int ilen ) { [all...] |
/frameworks/media/libvideoeditor/lvpp/ |
PreviewPlayer.cpp | 146 const char *uri, const KeyedVector<String8, String8> *headers) { 148 return setDataSource_l(uri, headers); 152 const char *uri, const KeyedVector<String8, String8> *headers) { 157 if (headers) { 158 mUriHeaders = *headers; [all...] |
/bootable/recovery/ |
ui.c | 532 void ui_start_menu(char** headers, char** items, int initial_selection) { 537 if (headers[i] == NULL) break; 538 strncpy(menu[i], headers[i], text_cols-1);
|
/external/protobuf/src/google/protobuf/compiler/ |
plugin.pb.h | 13 #error incompatible with your Protocol Buffer headers. Please update 14 #error your headers. 18 #error incompatible with your Protocol Buffer headers. Please
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/ |
CodeGeneratorTestRunner.pm | 348 my ($self, $headers, $idlType, $signature) = @_; 356 $$headers{_className($idlType) . ".h"} = 1; 357 $$headers{_implementationClassName($idlType) . ".h"} = 1;
|
/external/webrtc/src/modules/audio_processing/main/test/unit_test/ |
audio_processing_unittest.pb.h | 13 #error incompatible with your Protocol Buffer headers. Please update 14 #error your headers. 18 #error incompatible with your Protocol Buffer headers. Please
|
/development/tools/emulator/opengl/ |
Android.mk | 15 # Directory containing common headers used by several modules
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
WebKitPluginHost.defs | 145 headers :data_t);
|
/frameworks/base/core/java/android/widget/ |
VideoView.java | 179 public void setVideoURI(Uri uri, Map<String, String> headers) { 181 mHeaders = headers;
|