OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:content
(Results
51 - 75
of
16714
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/content/public/test/
mock_notification_observer.cc
5
#include "
content
/public/test/mock_notification_observer.h"
7
#include "
content
/public/browser/notification_details.h"
8
#include "
content
/public/browser/notification_source.h"
10
namespace
content
{
namespace
16
} // namespace
content
/external/chromium_org/content/renderer/media/
media_stream_audio_renderer.cc
5
#include "
content
/renderer/media/media_stream_audio_renderer.h"
7
namespace
content
{
namespace
12
} // namespace
content
video_frame_provider.cc
5
#include "
content
/renderer/media/video_frame_provider.h"
7
namespace
content
{
namespace
13
} // namespace
content
webrtc_logging_noop.cc
5
#include "
content
/renderer/media/webrtc_logging.h"
7
namespace
content
{
namespace
11
} // namespace
content
/external/chromium_org/content/shell/app/
shell_main_delegate_mac.h
8
namespace
content
{
namespace
14
} // namespace
content
webkit_test_platform_support.h
8
namespace
content
{
namespace
13
} // namespace
content
/external/chromium_org/content/test/
mock_weburlloader.cc
5
#include "
content
/test/mock_weburlloader.h"
12
namespace
content
{
namespace
18
} // namespace
content
webkit_support.h
9
namespace
content
{
namespace
15
} // namespace
content
webkit_unit_test_support.cc
5
#include "
content
/test/webkit_unit_test_support.h"
7
#include "
content
/test/webkit_support.h"
9
namespace
content
{
namespace
19
} // namespace
content
webkit_unit_test_support.h
8
namespace
content
{
namespace
13
} // namespace
content
/frameworks/base/core/java/android/content/
SyncStatusObserver.java
17
package android.
content
;
IOnPrimaryClipChangedListener.aidl
17
package android.
content
;
/external/chromium_org/chrome/browser/ui/views/
load_complete_listener.cc
8
#include "
content
/public/browser/notification_service.h"
9
#include "
content
/public/browser/notification_types.h"
16
registrar_.Add(this,
content
::NOTIFICATION_LOAD_COMPLETED_MAIN_FRAME,
17
content
::NotificationService::AllSources());
22
content
::NOTIFICATION_LOAD_COMPLETED_MAIN_FRAME,
23
content
::NotificationService::AllSources())) {
24
registrar_.Remove(this,
content
::NOTIFICATION_LOAD_COMPLETED_MAIN_FRAME,
25
content
::NotificationService::AllSources());
31
const
content
::NotificationSource& source,
32
const
content
::NotificationDetails& details)
[
all
...]
/external/chromium_org/android_webview/browser/
net_disk_cache_remover.h
8
namespace
content
{
namespace
12
} // namespace
content
18
void RemoveHttpDiskCache(
content
::BrowserContext* browser_context,
/external/chromium_org/android_webview/native/
aw_web_contents_view_delegate.h
8
#include "
content
/public/browser/web_contents_view_delegate.h"
12
namespace
content
{
namespace
14
} // namespace
content
20
class AwWebContentsViewDelegate : public
content
::WebContentsViewDelegate {
22
static
content
::WebContentsViewDelegate* Create(
23
content
::WebContents* web_contents);
27
//
content
::WebContentsViewDelegate implementation.
28
virtual
content
::WebDragDestDelegate* GetDragDestDelegate() OVERRIDE;
30
const
content
::ContextMenuParams& params) OVERRIDE;
33
AwWebContentsViewDelegate(
content
::WebContents* web_contents)
[
all
...]
/external/chromium_org/chrome/browser/ui/android/
color_chooser_dialog_android.cc
12
content
::ColorChooser* ShowColorChooser(
content
::WebContents* web_contents,
/external/chromium_org/chrome/browser/ui/toolbar/
toolbar_model_delegate.h
8
namespace
content
{
namespace
16
virtual
content
::WebContents* GetActiveWebContents() const = 0;
/external/chromium_org/content/browser/
browser_main.h
9
#include "
content
/common/content_export.h"
11
namespace
content
{
namespace
17
CONTENT_EXPORT int BrowserMain(const
content
::MainFunctionParams& parameters);
19
} // namespace
content
/frameworks/base/core/java/android/content/pm/
ActivityInfo.aidl
18
package android.
content
.pm;
ApplicationInfo.aidl
18
package android.
content
.pm;
ContainerEncryptionParams.aidl
17
package android.
content
.pm;
FeatureInfo.aidl
17
package android.
content
.pm;
InstrumentationInfo.aidl
18
package android.
content
.pm;
ManifestDigest.aidl
17
package android.
content
.pm;
PackageCleanItem.aidl
16
package android.
content
.pm;
Completed in 613 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>